We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8761827 commit 53b29b6Copy full SHA for 53b29b6
jobs/kola-upgrade.Jenkinsfile
@@ -200,10 +200,8 @@ EOF
200
// SecureBoot doesn't work on older FCOS builds with latest qemu
201
// so we must run it conditionally.
202
// 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
- }
+ // https://github.com/coreos/fedora-coreos-tracker/issues/1452#issuecomment-2835130860
+ def secureboot_start_version = 37
207
if ((start_version[0..1] as Integer) >= secureboot_start_version) {
208
k2 = kolaparams.clone()
209
k2.extraArgs += " --qemu-firmware=uefi-secure"
0 commit comments