forked from lix-project/hydra
Declarative Jobs: add support for the enable_dynamic_run_command flag
This commit is contained in:
parent
0810f5debc
commit
1802bd0113
|
@ -34,6 +34,7 @@ To configure a static declarative project, take the following steps:
|
||||||
"checkinterval": 300,
|
"checkinterval": 300,
|
||||||
"schedulingshares": 100,
|
"schedulingshares": 100,
|
||||||
"enableemail": false,
|
"enableemail": false,
|
||||||
|
"enable_dynamic_run_command": false,
|
||||||
"emailoverride": "",
|
"emailoverride": "",
|
||||||
"keepnr": 3,
|
"keepnr": 3,
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
@ -53,6 +54,7 @@ To configure a static declarative project, take the following steps:
|
||||||
"checkinterval": 300,
|
"checkinterval": 300,
|
||||||
"schedulingshares": 100,
|
"schedulingshares": 100,
|
||||||
"enableemail": false,
|
"enableemail": false,
|
||||||
|
"enable_dynamic_run_command": false,
|
||||||
"emailoverride": "",
|
"emailoverride": "",
|
||||||
"keepnr": 3,
|
"keepnr": 3,
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
@ -92,6 +94,7 @@ containing the configuration of the jobset, for example:
|
||||||
"checkinterval": 300,
|
"checkinterval": 300,
|
||||||
"schedulingshares": 100,
|
"schedulingshares": 100,
|
||||||
"enableemail": false,
|
"enableemail": false,
|
||||||
|
"enable_dynamic_run_command": false,
|
||||||
"emailoverride": "",
|
"emailoverride": "",
|
||||||
"keepnr": 3,
|
"keepnr": 3,
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
|
|
@ -39,6 +39,7 @@ sub updateDeclarativeJobset {
|
||||||
checkinterval
|
checkinterval
|
||||||
schedulingshares
|
schedulingshares
|
||||||
enableemail
|
enableemail
|
||||||
|
enable_dynamic_run_command
|
||||||
emailoverride
|
emailoverride
|
||||||
keepnr
|
keepnr
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue