add new test suites and job group to simplify package_set testing

This commit is contained in:
Trevor Cooper 2021-09-20 16:11:19 -07:00
parent 3fb693729c
commit 9354aae276

View File

@ -62,6 +62,15 @@
},
"version": "*"
},
"rocky-package-set-x86_64-*": {
"arch": "x86_64",
"distri": "rocky",
"flavor": "package-set",
"settings": {
"TEST_TARGET": "ISO"
},
"version": "*"
},
"rocky-universal-x86_64-*": {
"arch": "x86_64",
"distri": "rocky",
@ -93,6 +102,14 @@
"machine": "uefi",
"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": {
"machine": "64bit",
"product": "rocky-universal-x86_64-*"
@ -515,7 +532,57 @@
},
"settings": {
"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": {