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:
parent
2e8470e01f
commit
42359a80c0
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"match": {
|
"match": {
|
||||||
"subvariant": "AtomicWorkstation",
|
"subvariant": "Silverblue",
|
||||||
"type": "dvd-ostree",
|
"type": "dvd-ostree",
|
||||||
"format": "iso",
|
"format": "iso",
|
||||||
"arch": "x86_64"
|
"arch": "x86_64"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue