openqa/dispatcher: fix Silverblue name in extraaraches JSON

We use a 'wanted images' config file for staging, which makes
us look for images from aarch64 and ppc64le arches; this was not
updated when AtomicWorkstation was renamed Silverblue, so we
haven't been scheduling Silverblue tests on staging at all...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-28 10:25:29 -07:00
parent 2e8470e01f
commit 42359a80c0

View file

@ -128,7 +128,7 @@
},
{
"match": {
"subvariant": "AtomicWorkstation",
"subvariant": "Silverblue",
"type": "dvd-ostree",
"format": "iso",
"arch": "x86_64"