mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Revert "Give ostree_build another half hour"
This reverts commit 56c9e80f60
.
Things seem to have settled down with the mass rebuild and this
test seems to be back to consistently taking about 90 minutes.
This commit is contained in:
parent
56c9e80f60
commit
09e4f526a8
@ -446,7 +446,7 @@
|
|||||||
"BOOTFROM": "c",
|
"BOOTFROM": "c",
|
||||||
"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": "12600",
|
"MAX_JOB_TIME": "10800",
|
||||||
"+NUMDISKS": "3",
|
"+NUMDISKS": "3",
|
||||||
"POSTINSTALL": "_ostree_build",
|
"POSTINSTALL": "_ostree_build",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
|
@ -104,7 +104,7 @@ sub run {
|
|||||||
$cmd .= " --repo=/etc/yum.repos.d/advisory.repo" unless ($tag);
|
$cmd .= " --repo=/etc/yum.repos.d/advisory.repo" unless ($tag);
|
||||||
$cmd .= " --repo=/etc/yum.repos.d/openqa-testtag.repo" if ($tag);
|
$cmd .= " --repo=/etc/yum.repos.d/openqa-testtag.repo" if ($tag);
|
||||||
$cmd .= " ./results";
|
$cmd .= " ./results";
|
||||||
assert_script_run $cmd, 9000;
|
assert_script_run $cmd, 7000;
|
||||||
# good to have the log around for checks
|
# good to have the log around for checks
|
||||||
upload_logs "lorax.log", failok => 1;
|
upload_logs "lorax.log", failok => 1;
|
||||||
assert_script_run "mv results/images/boot.iso ./${advortask}-${subv}-ostree-${arch}.iso";
|
assert_script_run "mv results/images/boot.iso ./${advortask}-${subv}-ostree-${arch}.iso";
|
||||||
|
Loading…
Reference in New Issue
Block a user