Skip to content

Simplify build artifact saving

Always save the kernel config to allow people to easily reproduce failures instead of guessing which config to use. Till now, the config was not saved if the build failed.

Instead of a few renames and moving, make a simple copy directly into the top directory in both the config and kernel binary cases.

Signed-off-by: Veronika Kabatova vkabatov@redhat.com

Merge request reports