Merge "removing exclusions of previously failing xos models in api tests"
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 6bad2fa..1f6177e 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -409,8 +409,9 @@
- reverse:
jobs: 'build_{profile}_{pod}_manual_{branch}'
result: 'failure'
+
- job-template:
- name: 'build_{profile}_{kube-pod}_{branch}'
+ name: 'build_{profile}_{kube-pod}_{scenario}_{branch}'
id: build_kube_pod_first
description: |
<!-- Managed by Jenkins Job Builder -->
@@ -464,5 +465,4 @@
triggers:
- timed: |
TZ=America/Los_Angeles
- H {time} * * *
-
+ H {time} {day} * *
diff --git a/jjb/cord-test/rcord-lite.yaml b/jjb/cord-test/rcord-lite.yaml
index 33ce8b1..80c7dfe 100644
--- a/jjb/cord-test/rcord-lite.yaml
+++ b/jjb/cord-test/rcord-lite.yaml
@@ -14,9 +14,11 @@
testvm: 'qa-testvm-pod'
kube-pod: 'flex-onf-pod1'
profile: 'rcord-lite'
+ scenario: ''
branch: 'master'
Jenkinsfile: 'Jenkinsfile-rcordlite'
time: '20'
+ day: '0-31/1'
# flex pod1 with olt/onu kubernetes build jobs (rcord lite)
- 'build_kube_pod_first':
@@ -24,5 +26,18 @@
kube-pod: 'flex-pod1-olt'
profile: 'rcord-lite'
branch: 'cord-6.0'
+ scenario: 'zerotouch'
Jenkinsfile: 'Jenkinsfile-rcordlite-zerotouch'
- time: '50'
+ time: '0'
+ day: '1-31/2'
+
+ # flex pod1 with olt/onu kubernetes build jobs (rcord lite)
+ - 'build_kube_pod_first':
+ testvm: 'qa-testvm-pod'
+ kube-pod: 'flex-pod1-olt'
+ profile: 'rcord-lite'
+ branch: 'cord-6.0'
+ scenario: 'topdown'
+ Jenkinsfile: 'Jenkinsfile-rcordlite-topdown'
+ time: '0'
+ day: '2-30/2'