OP-2518 - changed aov_filter to dict-modifiable

It should be possible to add new hosts.
AOV filter decides if review will be created.
This commit is contained in:
Petr Kalis 2022-02-11 12:04:13 +01:00
parent 1a1c65c912
commit 85e2a34d3b
2 changed files with 9 additions and 35 deletions

View file

@ -36,6 +36,9 @@
],
"celaction": [
".*"
],
"harmony": [
".*"
]
}
},

View file

@ -126,43 +126,14 @@
}
},
{
"type": "dict",
"type": "dict-modifiable",
"docstring": "Regular expression to filter for which subset review should be created in publish job.",
"key": "aov_filter",
"label": "Reviewable subsets filter",
"children": [
{
"type": "list",
"key": "maya",
"label": "Maya",
"object_type": {
"type": "text"
}
},
{
"type": "list",
"key": "nuke",
"label": "Nuke",
"object_type": {
"type": "text"
}
},
{
"type": "list",
"key": "aftereffects",
"label": "After Effects",
"object_type": {
"type": "text"
}
},
{
"type": "list",
"key": "celaction",
"label": "Celaction",
"object_type": {
"type": "text"
}
}
]
"object_type": {
"type": "list",
"object_type": "text"
}
}
]
},