openqa/dispatcher: add IoT to extraarches wanted JSON

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-02-18 16:33:12 -08:00 committed by Pierre-Yves Chibon
parent f7a2e5d9e7
commit dafa242542

View file

@ -59,6 +59,14 @@
"arch": "x86_64"
}
},
{
"match": {
"subvariant": "IoT",
"type": "dvd-ostree",
"format": "iso",
"arch": "x86_64"
}
},
{
"match": {
"subvariant": "Cloud_Base",
@ -126,5 +134,13 @@
"format": "iso",
"arch": "ppc64le"
}
},
{
"match": {
"subvariant": "IoT",
"type": "dvd-ostree",
"format": "iso",
"arch": "ppc64le"
}
}
]