Ugly hack for giant update FEDORA-2026-54c7ad647e
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4fe9689c78
commit
cae3eb0f43
1 changed files with 8 additions and 0 deletions
8
main.pm
8
main.pm
|
|
@ -378,6 +378,14 @@ sub load_postinstall_tests() {
|
|||
## LOADING STARTS HERE
|
||||
|
||||
|
||||
# UGH UGLY HACK
|
||||
if (get_var('ADVISORY') eq 'FEDORA-2026-54c7ad647e') {
|
||||
set_var('TAG', 'f45-build-side-140796');
|
||||
set_var('ADVISORY', '');
|
||||
set_var('ADVISORY_OR_TASK', 'f45-build-side-140796');
|
||||
my $arch = get_var('ARCH');
|
||||
set_var('UPDATE_OR_TAG_REPO', "https://kojipkgs.fedoraproject.org/repos/f45-build-side-140796/latest/${arch}");
|
||||
}
|
||||
# if user set ENTRYPOINT, run required test directly
|
||||
# (good for tests where it doesn't make sense to use _boot_to_anaconda, _software_selection etc.)
|
||||
# if you want to run more than one test via ENTRYPOINT, separate them with space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue