Skip to content

Commit 53b29b6

Browse files
committed
jobs/kola-upgrade: adjust secureboot start version to F37+
F35 and F36 based FCOS starting points started to fail once we rebased COSA to F42 (and thus update edk2-ovmf). See coreos/fedora-coreos-tracker#1452 (comment)
1 parent 8761827 commit 53b29b6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jobs/kola-upgrade.Jenkinsfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,8 @@ EOF
200200
// SecureBoot doesn't work on older FCOS builds with latest qemu
201201
// so we must run it conditionally.
202202
// https://github.com/coreos/fedora-coreos-tracker/issues/1452
203-
def secureboot_start_version = 34
204-
if (start_stream == 'next') {
205-
secureboot_start_version = 35
206-
}
203+
// https://github.com/coreos/fedora-coreos-tracker/issues/1452#issuecomment-2835130860
204+
def secureboot_start_version = 37
207205
if ((start_version[0..1] as Integer) >= secureboot_start_version) {
208206
k2 = kolaparams.clone()
209207
k2.extraArgs += " --qemu-firmware=uefi-secure"

0 commit comments

Comments
 (0)