summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/apex/apex.yml5
-rw-r--r--jjb/apex/apex.yml.j25
2 files changed, 8 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 058f18a50..6bd2248bd 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -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:
- 'os-nosdn-nofeature-noha':
@@ -899,7 +902,7 @@
node: '{baremetal-slave}'
- disabled: false
+ disabled: '{obj:disable_daily}'
scm:
- git-scm
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