mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-17 22:23:09 +00:00
DNM Add an onyx ostree build test to test a pungi fix
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f8e72763da
commit
e1382e2b28
@ -56,6 +56,22 @@
|
|||||||
},
|
},
|
||||||
"version": "*"
|
"version": "*"
|
||||||
},
|
},
|
||||||
|
"fedora-updates-onyx-dvd_ostree-iso-x86_64-*": {
|
||||||
|
"arch": "x86_64",
|
||||||
|
"distri": "fedora",
|
||||||
|
"flavor": "updates-onyx-dvd_ostree-iso",
|
||||||
|
"settings": {
|
||||||
|
"CANNED": "1",
|
||||||
|
"DESKTOP": "gnome",
|
||||||
|
"DEPLOY_UPLOAD_TEST": "install_default_update_ostree",
|
||||||
|
"HDDSIZEGB": "15",
|
||||||
|
"NUMDISKS": "2",
|
||||||
|
"PACKAGE_SET": "default",
|
||||||
|
"RETRY": "2",
|
||||||
|
"SUBVARIANT": "Onyx"
|
||||||
|
},
|
||||||
|
"version": "*"
|
||||||
|
},
|
||||||
"fedora-updates-server-aarch64-*": {
|
"fedora-updates-server-aarch64-*": {
|
||||||
"arch": "aarch64",
|
"arch": "aarch64",
|
||||||
"distri": "fedora",
|
"distri": "fedora",
|
||||||
@ -207,6 +223,10 @@
|
|||||||
"machine": "64bit",
|
"machine": "64bit",
|
||||||
"product": "fedora-updates-kde-x86_64-*"
|
"product": "fedora-updates-kde-x86_64-*"
|
||||||
},
|
},
|
||||||
|
"fedora-updates-onyx-dvd_ostree-iso-x86_64-*-64bit": {
|
||||||
|
"machine": "64bit",
|
||||||
|
"product": "fedora-updates-onyx-dvd_ostree-iso-x86_64-*"
|
||||||
|
},
|
||||||
"fedora-updates-server-aarch64-*-aarch64": {
|
"fedora-updates-server-aarch64-*-aarch64": {
|
||||||
"machine": "aarch64",
|
"machine": "aarch64",
|
||||||
"product": "fedora-updates-server-aarch64-*"
|
"product": "fedora-updates-server-aarch64-*"
|
||||||
@ -476,7 +496,8 @@
|
|||||||
},
|
},
|
||||||
"ostree_build": {
|
"ostree_build": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-updates-silverblue-dvd_ostree-iso-x86_64-*-64bit": 5
|
"fedora-updates-silverblue-dvd_ostree-iso-x86_64-*-64bit": 5,
|
||||||
|
"fedora-updates-onyx-dvd_ostree-iso-x86_64-*-64bit": 5
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"+DESKTOP": "",
|
"+DESKTOP": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user