add updates-minimal flavor

This commit is contained in:
Trevor Cooper 2021-08-17 18:26:11 -07:00
parent c8bcbbc8bf
commit 071aeba904

View File

@ -31,6 +31,13 @@
"DESKTOP": "gnome" "DESKTOP": "gnome"
}, },
"version": "*" "version": "*"
},
"rocky-updates-minimal-x86_64-*": {
"arch": "x86_64",
"distri": "rocky",
"flavor": "updates-minimal",
"settings": {},
"version": "*"
} }
}, },
"Profiles": { "Profiles": {
@ -49,6 +56,10 @@
"rocky-updates-workstation-x86_64-*-64bit": { "rocky-updates-workstation-x86_64-*-64bit": {
"machine": "64bit", "machine": "64bit",
"product": "rocky-updates-workstation-x86_64-*" "product": "rocky-updates-workstation-x86_64-*"
},
"rocky-updates-minimal-x86_64-*-64bit": {
"machine": "64bit",
"product": "rocky-updates-minimal-x86_64-*"
} }
}, },
"TestSuites": { "TestSuites": {
@ -65,36 +76,42 @@
}, },
"base_selinux": { "base_selinux": {
"profiles": { "profiles": {
"rocky-updates-minimal-x86_64-*-64bit": 40,
"rocky-updates-server-x86_64-*-64bit": 40, "rocky-updates-server-x86_64-*-64bit": 40,
"rocky-updates-workstation-x86_64-*-64bit": 40 "rocky-updates-workstation-x86_64-*-64bit": 40
} }
}, },
"base_service_manipulation": { "base_service_manipulation": {
"profiles": { "profiles": {
"rocky-updates-minimal-x86_64-*-64bit": 40,
"rocky-updates-server-x86_64-*-64bit": 40, "rocky-updates-server-x86_64-*-64bit": 40,
"rocky-updates-workstation-x86_64-*-64bit": 40 "rocky-updates-workstation-x86_64-*-64bit": 40
} }
}, },
"base_services_start": { "base_services_start": {
"profiles": { "profiles": {
"rocky-updates-minimal-x86_64-*-64bit": 40,
"rocky-updates-server-x86_64-*-64bit": 40, "rocky-updates-server-x86_64-*-64bit": 40,
"rocky-updates-workstation-x86_64-*-64bit": 40 "rocky-updates-workstation-x86_64-*-64bit": 40
} }
}, },
"base_update_cli": { "base_update_cli": {
"profiles": { "profiles": {
"rocky-updates-minimal-x86_64-*-64bit": 40,
"rocky-updates-server-x86_64-*-64bit": 40, "rocky-updates-server-x86_64-*-64bit": 40,
"rocky-updates-workstation-x86_64-*-64bit": 40 "rocky-updates-workstation-x86_64-*-64bit": 40
} }
}, },
"base_reboot_unmount": { "base_reboot_unmount": {
"profiles": { "profiles": {
"rocky-updates-minimal-x86_64-*-64bit": 40,
"rocky-updates-server-x86_64-*-64bit": 40, "rocky-updates-server-x86_64-*-64bit": 40,
"rocky-updates-workstation-x86_64-*-64bit": 40 "rocky-updates-workstation-x86_64-*-64bit": 40
} }
}, },
"base_system_logging": { "base_system_logging": {
"profiles": { "profiles": {
"rocky-updates-minimal-x86_64-*-64bit": 40,
"rocky-updates-server-x86_64-*-64bit": 40, "rocky-updates-server-x86_64-*-64bit": 40,
"rocky-updates-workstation-x86_64-*-64bit": 40 "rocky-updates-workstation-x86_64-*-64bit": 40
} }