add new test suites and job group to simplify package_set testing
This commit is contained in:
parent
3fb693729c
commit
9354aae276
@ -62,6 +62,15 @@
|
|||||||
},
|
},
|
||||||
"version": "*"
|
"version": "*"
|
||||||
},
|
},
|
||||||
|
"rocky-package-set-x86_64-*": {
|
||||||
|
"arch": "x86_64",
|
||||||
|
"distri": "rocky",
|
||||||
|
"flavor": "package-set",
|
||||||
|
"settings": {
|
||||||
|
"TEST_TARGET": "ISO"
|
||||||
|
},
|
||||||
|
"version": "*"
|
||||||
|
},
|
||||||
"rocky-universal-x86_64-*": {
|
"rocky-universal-x86_64-*": {
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"distri": "rocky",
|
"distri": "rocky",
|
||||||
@ -93,6 +102,14 @@
|
|||||||
"machine": "uefi",
|
"machine": "uefi",
|
||||||
"product": "rocky-dvd-iso-x86_64-*"
|
"product": "rocky-dvd-iso-x86_64-*"
|
||||||
},
|
},
|
||||||
|
"rocky-package-set-x86_64-*-64bit": {
|
||||||
|
"machine": "64bit",
|
||||||
|
"product": "rocky-package-set-x86_64-*"
|
||||||
|
},
|
||||||
|
"rocky-package-set-x86_64-*-uefi": {
|
||||||
|
"machine": "64bit",
|
||||||
|
"product": "rocky-package-set-x86_64-*"
|
||||||
|
},
|
||||||
"rocky-universal-x86_64-*-64bit": {
|
"rocky-universal-x86_64-*-64bit": {
|
||||||
"machine": "64bit",
|
"machine": "64bit",
|
||||||
"product": "rocky-universal-x86_64-*"
|
"product": "rocky-universal-x86_64-*"
|
||||||
@ -515,7 +532,57 @@
|
|||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"PACKAGE_SET": "minimal",
|
"PACKAGE_SET": "minimal",
|
||||||
"POSTINSTALL": "_collect_data"
|
"POSTINSTALL": "_console_login"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"install_package_set_minimal": {
|
||||||
|
"profiles": {
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"PACKAGE_SET": "minimal",
|
||||||
|
"POSTINSTALL": "_console_login"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"install_package_set_server": {
|
||||||
|
"profiles": {
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"PACKAGE_SET": "server",
|
||||||
|
"POSTINSTALL": "_console_login"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"install_package_set_graphical-server": {
|
||||||
|
"profiles": {
|
||||||
|
"rocky-package-set-x86_64-*-64bit": 30
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"DESKTOP": "gnome",
|
||||||
|
"ENCRYPT_PASSWORD": "weakpassword",
|
||||||
|
"PACKAGE_SET": "graphical-server",
|
||||||
|
"POSTINSTALL": "_console_login",
|
||||||
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
|
"USER_LOGIN": "qwerty"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"install_package_set_workstation": {
|
||||||
|
"profiles": {
|
||||||
|
"rocky-package-set-x86_64-*-64bit": 30
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"DESKTOP": "gnome",
|
||||||
|
"ENCRYPT_PASSWORD": "weakpassword",
|
||||||
|
"PACKAGE_SET": "workstation",
|
||||||
|
"POSTINSTALL": "_console_login",
|
||||||
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
|
"USER_LOGIN": "qwerty"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"install_package_set_virtualization-host": {
|
||||||
|
"profiles": {
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"PACKAGE_SET": "virtualization-host",
|
||||||
|
"POSTINSTALL": "_console_login"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"install_pxeboot": {
|
"install_pxeboot": {
|
||||||
|
Loading…
Reference in New Issue
Block a user