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:
Adam Williamson 2019-11-21 12:14:33 -08:00 committed by Pierre-Yves Chibon
parent 08c8bd379a
commit bfd281cc42

View file

@ -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",