diff options
Diffstat (limited to 'jjb/apex/apex.yml.j2')
-rw-r--r-- | jjb/apex/apex.yml.j2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 09c2f8cf4..6bebf3b5c 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -28,6 +28,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-odl-nofeature-ha' scenario_stream: 'master' + disable_daily: true - euphrates: &euphrates branch: 'stable/euphrates' gs-pathname: '/euphrates' @@ -36,6 +37,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-odl-nofeature-ha' scenario_stream: 'euphrates' + disable_daily: false - danube: &danube branch: 'stable/danube' gs-pathname: '/danube' @@ -45,6 +47,7 @@ verify-scenario: 'os-odl_l3-nofeature-ha' scenario_stream: 'danube' disabled: true + disable_daily: true scenario: {%- for stream in scenarios %} @@ -769,7 +772,7 @@ node: '{baremetal-slave}' - disabled: false + disabled: '{obj:disable_daily}' scm: - git-scm |