mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-01 05:54:22 +00:00
910fbf2c2f
Cloud images are now BIOS/UEFI hybrid in Rawhide (but not F33 or F34), so we want to run the Cloud tests on UEFI as well, but only on Rawhide. Signed-off-by: Adam Williamson <awilliam@redhat.com>
8 lines
190 B
JSON
8 lines
190 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "fif-version.json",
|
|
"title": "FIF version schema",
|
|
"type": "string",
|
|
"pattern": "^([*]|[[:digit:]]{1,3}|Rawhide)$"
|
|
}
|