add install_package_set_* tests only to package-set flavor

This commit is contained in:
Trevor Cooper 2022-07-06 10:08:21 -07:00
parent eb5de332cc
commit e8769a4e23
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8

View File

@ -624,13 +624,6 @@
}, },
"install_package_set_minimal": { "install_package_set_minimal": {
"profiles": { "profiles": {
"rocky-boot-iso-x86_64-*-64bit": 10,
"rocky-boot-iso-x86_64-*-uefi": 11,
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-minimal-iso-x86_64-*-64bit": 10,
"rocky-universal-aarch64-*-aarch64": 30,
"rocky-universal-x86_64-*-64bit": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
"settings": { "settings": {
@ -640,12 +633,6 @@
}, },
"install_package_set_server": { "install_package_set_server": {
"profiles": { "profiles": {
"rocky-boot-iso-x86_64-*-64bit": 10,
"rocky-boot-iso-x86_64-*-uefi": 11,
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-minimal-iso-x86_64-*-64bit": 10,
"rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
"settings": { "settings": {
@ -655,52 +642,29 @@
}, },
"install_package_set_graphical-server": { "install_package_set_graphical-server": {
"profiles": { "profiles": {
"rocky-boot-iso-x86_64-*-64bit": 10,
"rocky-boot-iso-x86_64-*-uefi": 11,
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
"settings": { "settings": {
"DESKTOP": "gnome", "DESKTOP": "gnome",
"ENCRYPT_PASSWORD": "weakpassword", "PACKAGE_SET": "graphical-server"
"PACKAGE_SET": "graphical-server",
"POSTINSTALL": "_console_login",
"ROOT_PASSWORD": "weakpassword",
"USER_LOGIN": "qwerty"
} }
}, },
"install_package_set_workstation": { "install_package_set_workstation": {
"profiles": { "profiles": {
"rocky-boot-iso-x86_64-*-64bit": 10,
"rocky-boot-iso-x86_64-*-uefi": 11,
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
"settings": { "settings": {
"DESKTOP": "gnome", "DESKTOP": "gnome",
"ENCRYPT_PASSWORD": "weakpassword", "PACKAGE_SET": "workstation"
"PACKAGE_SET": "workstation",
"POSTINSTALL": "_console_login",
"ROOT_PASSWORD": "weakpassword",
"USER_LOGIN": "qwerty"
} }
}, },
"install_package_set_virtualization-host": { "install_package_set_virtualization-host": {
"profiles": { "profiles": {
"rocky-boot-iso-x86_64-*-64bit": 10,
"rocky-boot-iso-x86_64-*-uefi": 11,
"rocky-dvd-iso-x86_64-*-64bit": 11,
"rocky-dvd-iso-x86_64-*-uefi": 11,
"rocky-universal-aarch64-*-aarch64": 30,
"rocky-package-set-x86_64-*-64bit": 30 "rocky-package-set-x86_64-*-64bit": 30
}, },
"settings": { "settings": {
"PACKAGE_SET": "virtualization-host", "DESKTOP": "false",
"POSTINSTALL": "_console_login" "PACKAGE_SET": "virtualization-host"
} }
}, },
"install_pxeboot": { "install_pxeboot": {