settings: deadline nuke submission arguments

This commit is contained in:
Jakub Jezek 2021-06-24 16:15:23 +02:00
parent 78a92588bb
commit 248912f9fa
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 16 additions and 0 deletions

View file

@ -29,6 +29,8 @@
"group": "",
"department": "",
"use_gpu": true,
"env_allowed_keys": [],
"env_search_replace_values": {},
"limit_groups": {}
},
"HarmonySubmitDeadline": {

View file

@ -173,6 +173,20 @@
"key": "use_gpu",
"label": "Use GPU"
},
{
"type": "list",
"key": "env_allowed_keys",
"object_type": "text",
"label": "Allowed environment keys"
},
{
"type": "dict-modifiable",
"key": "env_search_replace_values",
"label": "Search & replace in environment values",
"object_type": {
"type": "text"
}
},
{
"type": "dict-modifiable",
"key": "limit_groups",