mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
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:
parent
a5d37e4c67
commit
ed5c06baa8
@ -26,6 +26,8 @@ sub run {
|
|||||||
}
|
}
|
||||||
$cmd .= " --repo=/etc/yum.repos.d/advisory.repo --repo=/etc/yum.repos.d/workarounds.repo ./results";
|
$cmd .= " --repo=/etc/yum.repos.d/advisory.repo --repo=/etc/yum.repos.d/workarounds.repo ./results";
|
||||||
assert_script_run $cmd, 1500;
|
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";
|
assert_script_run "mv results/images/boot.iso ./${advortask}-netinst-${arch}.iso";
|
||||||
upload_asset "./${advortask}-netinst-x86_64.iso";
|
upload_asset "./${advortask}-netinst-x86_64.iso";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user