mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-18 12:33:09 +00:00
Switch graphical encrypted tests to BIOS (#2274770)
There is a weird and annoying kernel bug ATM which makes entering encryption passphrases into plymouth's graphical interface often fail on UEFI VMs. Using a BIOS VM seems to avoid this, and the bug is not getting fixed, so let's switch all these tests to BIOS to avoid this annoying bug causing failures all the time, especially for update tests. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
aa6a907857
commit
d16d954012
@ -1400,7 +1400,7 @@
|
|||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 40
|
"fedora-Server-dvd-iso-x86_64-*-bios": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"DESKTOP": "gnome",
|
"DESKTOP": "gnome",
|
||||||
@ -1433,7 +1433,7 @@
|
|||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 40
|
"fedora-Server-dvd-iso-x86_64-*-bios": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"DESKTOP": "gnome",
|
"DESKTOP": "gnome",
|
||||||
@ -1603,7 +1603,7 @@
|
|||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 40
|
"fedora-Server-dvd-iso-x86_64-*-bios": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"DESKTOP": "gnome",
|
"DESKTOP": "gnome",
|
||||||
@ -1690,7 +1690,7 @@
|
|||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 40
|
"fedora-Server-dvd-iso-x86_64-*-bios": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"DESKTOP": "gnome",
|
"DESKTOP": "gnome",
|
||||||
@ -2128,7 +2128,7 @@
|
|||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
"fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
|
||||||
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
"fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
|
||||||
"fedora-Server-dvd-iso-x86_64-*-64bit": 40
|
"fedora-Server-dvd-iso-x86_64-*-bios": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"DESKTOP": "gnome",
|
"DESKTOP": "gnome",
|
||||||
@ -2945,7 +2945,7 @@
|
|||||||
},
|
},
|
||||||
"upgrade_2_desktop_encrypted": {
|
"upgrade_2_desktop_encrypted": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-universal-x86_64-*-64bit": 40,
|
"fedora-universal-x86_64-*-bios": 40,
|
||||||
"fedora-universal-aarch64-*-aarch64": 40
|
"fedora-universal-aarch64-*-aarch64": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
@ -3078,7 +3078,7 @@
|
|||||||
},
|
},
|
||||||
"upgrade_desktop_encrypted_64bit": {
|
"upgrade_desktop_encrypted_64bit": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-universal-x86_64-*-64bit": 30,
|
"fedora-universal-x86_64-*-bios": 30,
|
||||||
"fedora-universal-aarch64-*-aarch64": 40
|
"fedora-universal-aarch64-*-aarch64": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
Loading…
Reference in New Issue
Block a user