Merge pull request #7 from tcooper/templates
Per testing meeting today, merging.
This commit is contained in:
commit
8d56f19945
@ -31,6 +31,13 @@
|
||||
"DESKTOP": "gnome"
|
||||
},
|
||||
"version": "*"
|
||||
},
|
||||
"rocky-updates-minimal-x86_64-*": {
|
||||
"arch": "x86_64",
|
||||
"distri": "rocky",
|
||||
"flavor": "updates-minimal",
|
||||
"settings": {},
|
||||
"version": "*"
|
||||
}
|
||||
},
|
||||
"Profiles": {
|
||||
@ -49,6 +56,10 @@
|
||||
"rocky-updates-workstation-x86_64-*-64bit": {
|
||||
"machine": "64bit",
|
||||
"product": "rocky-updates-workstation-x86_64-*"
|
||||
},
|
||||
"rocky-updates-minimal-x86_64-*-64bit": {
|
||||
"machine": "64bit",
|
||||
"product": "rocky-updates-minimal-x86_64-*"
|
||||
}
|
||||
},
|
||||
"TestSuites": {
|
||||
@ -65,36 +76,42 @@
|
||||
},
|
||||
"base_selinux": {
|
||||
"profiles": {
|
||||
"rocky-updates-minimal-x86_64-*-64bit": 40,
|
||||
"rocky-updates-server-x86_64-*-64bit": 40,
|
||||
"rocky-updates-workstation-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"base_service_manipulation": {
|
||||
"profiles": {
|
||||
"rocky-updates-minimal-x86_64-*-64bit": 40,
|
||||
"rocky-updates-server-x86_64-*-64bit": 40,
|
||||
"rocky-updates-workstation-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"base_services_start": {
|
||||
"profiles": {
|
||||
"rocky-updates-minimal-x86_64-*-64bit": 40,
|
||||
"rocky-updates-server-x86_64-*-64bit": 40,
|
||||
"rocky-updates-workstation-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"base_update_cli": {
|
||||
"profiles": {
|
||||
"rocky-updates-minimal-x86_64-*-64bit": 40,
|
||||
"rocky-updates-server-x86_64-*-64bit": 40,
|
||||
"rocky-updates-workstation-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"base_reboot_unmount": {
|
||||
"profiles": {
|
||||
"rocky-updates-minimal-x86_64-*-64bit": 40,
|
||||
"rocky-updates-server-x86_64-*-64bit": 40,
|
||||
"rocky-updates-workstation-x86_64-*-64bit": 40
|
||||
}
|
||||
},
|
||||
"base_system_logging": {
|
||||
"profiles": {
|
||||
"rocky-updates-minimal-x86_64-*-64bit": 40,
|
||||
"rocky-updates-server-x86_64-*-64bit": 40,
|
||||
"rocky-updates-workstation-x86_64-*-64bit": 40
|
||||
}
|
||||
|
@ -47,6 +47,7 @@
|
||||
"flavor": "minimal-iso",
|
||||
"settings": {
|
||||
"+QEMURAM": 3072,
|
||||
"DEPLOY_UPLOAD_TEST": "install_minimal_upload",
|
||||
"TEST_TARGET": "ISO"
|
||||
},
|
||||
"version": "*"
|
||||
@ -375,6 +376,16 @@
|
||||
"POSTINSTALL": "_collect_data"
|
||||
}
|
||||
},
|
||||
"install_minimal_upload": {
|
||||
"profiles": {
|
||||
"rocky-minimal-iso-x86_64-*-64bit": 10
|
||||
},
|
||||
"settings": {
|
||||
"PACKAGE_SET": "minimal",
|
||||
"POSTINSTALL": "_collect_data",
|
||||
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
||||
}
|
||||
},
|
||||
"install_default_upload": {
|
||||
"profiles": {
|
||||
"rocky-dvd-iso-x86_64-*-64bit": 10
|
||||
|
Loading…
Reference in New Issue
Block a user