mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2026-07-17 03:35:59 +00:00
This is another new convenience feature. Groups of profiles let us avoid repeating commonly-used sets. A test suite can specify a group of profiles, with a base priority. The priority value for each profile within the ProfileGroup is added to the base priority in the test suite. Signed-off-by: Adam Williamson <awilliam@redhat.com>
9 lines
245 B
JSON
9 lines
245 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "fif-profilegroups.json",
|
|
"title": "FIF ProfileGroups object schema",
|
|
"type": "object",
|
|
"minProperties": 1,
|
|
"additionalProperties": { "$ref": "fif-profilegroup.json" }
|
|
}
|