mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
CoreOS: tweak rpmostree_rebase test to work from OCI remote
The rpmostree_rebase test has been failing on CoreOS 40+ for a while. Per https://github.com/coreos/fedora-coreos-tracker/issues/1672 it turns out this is because FCOS actually deploys OCI remotes by default now. Rebasing from an OCI remote to an ostree remote (as we are trying to do here) requires specifying the registry, so let's do that. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e2e22341d3
commit
47e9f576c0
@ -57,7 +57,7 @@ sub run {
|
||||
}
|
||||
elsif ($current =~ "coreos") {
|
||||
$rebase = $current =~ "stable" ? "testing" : "stable";
|
||||
$target = "fedora/${arch}/coreos/${rebase}";
|
||||
$target = "fedora:fedora/${arch}/coreos/${rebase}";
|
||||
}
|
||||
|
||||
# rebase to the chosen target
|
||||
|
Loading…
Reference in New Issue
Block a user