mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-05 09:03:14 +00:00
Give live image build even longer and bump max job time
Rawhide live image builds are still taking an awful long time and often failing. I will look more into why later, but for now, let's bump the timeouts even more just to try and get through the job backlog. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1971164c7e
commit
aadcc428d6
@ -382,6 +382,7 @@
|
|||||||
"GRUB_POSTINSTALL": "selinux=0",
|
"GRUB_POSTINSTALL": "selinux=0",
|
||||||
"HDD_1": "disk_f%VERSION%_minimal_3_%ARCH%.qcow2",
|
"HDD_1": "disk_f%VERSION%_minimal_3_%ARCH%.qcow2",
|
||||||
"HDDSIZEGB_3": "25",
|
"HDDSIZEGB_3": "25",
|
||||||
|
"MAX_JOB_TIME": "10800",
|
||||||
"+NUMDISKS": "3",
|
"+NUMDISKS": "3",
|
||||||
"POSTINSTALL": "_live_build",
|
"POSTINSTALL": "_live_build",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
|
@ -67,7 +67,7 @@ sub run {
|
|||||||
assert_script_run 'mock -r openqa --isolation=simple --chroot "mkdir -p /chroot_tmpdir"';
|
assert_script_run 'mock -r openqa --isolation=simple --chroot "mkdir -p /chroot_tmpdir"';
|
||||||
assert_script_run "mock -r openqa --isolation=simple --copyin openqa.ks /chroot_tmpdir";
|
assert_script_run "mock -r openqa --isolation=simple --copyin openqa.ks /chroot_tmpdir";
|
||||||
# PULL SOME LEVERS! PULL SOME LEVERS!
|
# PULL SOME LEVERS! PULL SOME LEVERS!
|
||||||
assert_script_run "mock -r openqa --enable-network --isolation=simple --chroot \"/sbin/livemedia-creator --ks /chroot_tmpdir/openqa.ks --logfile /chroot_tmpdir/lmc-logs/livemedia-out.log --no-virt --resultdir /chroot_tmpdir/lmc --project Fedora-${subv}-Live --make-iso --volid FWL-${advortask} --iso-only --iso-name Fedora-${subv}-Live-${arch}-${advortask}.iso --releasever ${releasever} --macboot\"", 5400;
|
assert_script_run "mock -r openqa --enable-network --isolation=simple --chroot \"/sbin/livemedia-creator --ks /chroot_tmpdir/openqa.ks --logfile /chroot_tmpdir/lmc-logs/livemedia-out.log --no-virt --resultdir /chroot_tmpdir/lmc --project Fedora-${subv}-Live --make-iso --volid FWL-${advortask} --iso-only --iso-name Fedora-${subv}-Live-${arch}-${advortask}.iso --releasever ${releasever} --macboot\"", 7200;
|
||||||
unless (script_run "mock -r openqa --isolation=simple --copyout /chroot_tmpdir/lmc-logs/livemedia-out.log .", 90) {
|
unless (script_run "mock -r openqa --isolation=simple --copyout /chroot_tmpdir/lmc-logs/livemedia-out.log .", 90) {
|
||||||
upload_logs "livemedia-out.log";
|
upload_logs "livemedia-out.log";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user