mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-17 13:04:31 +00:00
Compare commits
2 Commits
d0d37e6aca
...
5f8876691f
Author | SHA1 | Date | |
---|---|---|---|
|
5f8876691f | ||
|
05f13a002d |
@ -89,7 +89,7 @@ sub run {
|
||||
$cmd .= " --isfinal --repo=/etc/yum.repos.d/fedora-updates.repo";
|
||||
}
|
||||
$cmd .= " --repo=/etc/yum.repos.d/advisory.repo --repo=/etc/yum.repos.d/workarounds.repo ./results";
|
||||
assert_script_run $cmd, 6000;
|
||||
assert_script_run $cmd, 7000;
|
||||
# good to have the log around for checks
|
||||
upload_logs "lorax.log", failok => 1;
|
||||
assert_script_run "mv results/images/boot.iso ./${advortask}-${subv}-ostree-${arch}.iso";
|
||||
|
@ -30,14 +30,8 @@ sub run {
|
||||
my $relnum = get_release_number;
|
||||
$rebase = $relnum - 1;
|
||||
# avoid rebasing from 37 to <37, bad stuff happens
|
||||
# FIXME when
|
||||
# https://github.com/fedora-silverblue/issue-tracker/issues/420
|
||||
# is fixed we should change this to 38
|
||||
# FIXME when 38 branches, we should change this to RELNUM+1
|
||||
$rebase = "rawhide" if ($relnum eq "37");
|
||||
# FIXME: avoid rebasing to 38 until
|
||||
# https://github.com/fedora-silverblue/issue-tracker/issues/420
|
||||
# is fixed
|
||||
$rebase = "37" if ($rebase eq "38");
|
||||
$target = "fedora/${rebase}/${arch}/silverblue";
|
||||
}
|
||||
elsif ($current =~ "coreos") {
|
||||
|
Loading…
Reference in New Issue
Block a user