openqa/dispatcher: schedule for Cloud_Base qcow2 images
This adjusts the images.json.extraarches used on staging to look for Cloud_Base qcow2 images now we want to test those too. Prod uses the stock config baked into fedora_openqa, which has also been adjusted. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
08c8bd379a
commit
bfd281cc42
1 changed files with 24 additions and 0 deletions
|
@ -134,6 +134,14 @@
|
|||
"arch": "x86_64"
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"subvariant": "Cloud_Base",
|
||||
"type": "qcow2",
|
||||
"format": "qcow2",
|
||||
"arch": "x86_64",
|
||||
},
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"subvariant": "Server",
|
||||
|
@ -152,6 +160,14 @@
|
|||
},
|
||||
"score": 10
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"subvariant": "Cloud_Base",
|
||||
"type": "qcow2",
|
||||
"format": "qcow2",
|
||||
"arch": "ppc64le",
|
||||
},
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"subvariant": "Server",
|
||||
|
@ -170,6 +186,14 @@
|
|||
},
|
||||
"score": 10
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"subvariant": "Cloud_Base",
|
||||
"type": "qcow2",
|
||||
"format": "qcow2",
|
||||
"arch": "aarch64",
|
||||
},
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"subvariant": "Silverblue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue