Skip to content

Draft: remove duplicit dumpfile for build stage

Jakub Racek requested to merge (removed):fixup-dump into main

commit 170e1066 explains when kcidb data should be dumped pretty well:

If base build fails, dump data there.
If kernel tools build fails, dump data there.
If we get to publish stage, dump data there.

However, the implementation doesn't match and if the pipeline passes without any hickups, we have a build dumpfile in both build and publish stage. Fix this.

Signed-off-by: Jakub Racek jracek@redhat.com

Edited by Jakub Racek

Merge request reports