Ugly hack for giant update FEDORA-2026-54c7ad647e

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-06-17 21:43:51 +02:00
commit cae3eb0f43

View file

@ -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