From ed5c06baa88b74a310721aa41304fe5d1c71d5ab Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 15 Sep 2020 14:54:44 -0700 Subject: [PATCH] Upload pylorax.log when done building installer image Handy to have it around to check for oddities. Signed-off-by: Adam Williamson --- tests/_installer_build.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_installer_build.pm b/tests/_installer_build.pm index c96cd950..958773b2 100644 --- a/tests/_installer_build.pm +++ b/tests/_installer_build.pm @@ -26,6 +26,8 @@ sub run { } $cmd .= " --repo=/etc/yum.repos.d/advisory.repo --repo=/etc/yum.repos.d/workarounds.repo ./results"; assert_script_run $cmd, 1500; + # good to have the log around for checks + upload_logs "pylorax.log", failok=>1; assert_script_run "mv results/images/boot.iso ./${advortask}-netinst-${arch}.iso"; upload_asset "./${advortask}-netinst-x86_64.iso"; }