Upload pylorax.log when done building installer image

Handy to have it around to check for oddities.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-09-15 14:54:44 -07:00
parent a5d37e4c67
commit ed5c06baa8
1 changed files with 2 additions and 0 deletions

View File

@ -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";
}