Merge branch '3.0/feature/PS_group_subset_by_task_name' into feaure/change_integratenew_template_profiles_setting

This commit is contained in:
Petr Kalis 2021-05-06 12:48:23 +02:00
commit ac8a85995e
5 changed files with 132 additions and 10 deletions

View file

@ -128,7 +128,15 @@
"prerender"
]
}
}
},
"subset_grouping_profiles": [
{
"families": [],
"hosts": [],
"tasks": [],
"template": ""
}
]
},
"ProcessSubmittedJobOnFarm": {
"enabled": true,

View file

@ -423,6 +423,47 @@
"type": "raw-json",
"key": "template_name_profiles",
"label": "template_name_profiles"
},
{
"type": "list",
"key": "subset_grouping_profiles",
"label": "Subset grouping profiles",
"use_label_wrap": true,
"object_type": {
"type": "dict",
"children": [
{
"type": "label",
"label": "Set all published instances as a part of specific group named according to 'Template'. <br>Implemented all variants of placeholders [{task},{family},{host},{subset},{renderlayer}]"
},
{
"key": "families",
"label": "Families",
"type": "list",
"object_type": "text"
},
{
"key": "hosts",
"label": "Hosts",
"type": "list",
"object_type": "text"
},
{
"key": "tasks",
"label": "Task names",
"type": "list",
"object_type": "text"
},
{
"type": "separator"
},
{
"type": "text",
"key": "template",
"label": "Template"
}
]
}
}
]
},