[VOL-2196] create new jobs for testing released versions
Change-Id: I6a51c0a6dce9508361b4df228e2ab8cccdfe4a42
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 405e290..7fdce88 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -863,6 +863,11 @@
description: ''
- bool:
+ name: released
+ default: false
+ description: "Pulls released version images when true"
+
+ - bool:
name: configurePod
default: true
description: "Configure POD via TOSCA post build"
diff --git a/jjb/cord-test/voltha.yaml b/jjb/cord-test/voltha.yaml
index a361479..08c4629 100644
--- a/jjb/cord-test/voltha.yaml
+++ b/jjb/cord-test/voltha.yaml
@@ -95,6 +95,30 @@
profile: '1T4GEM'
Jenkinsfile: 'Jenkinsfile-voltha-test'
+ # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
+ - 'build_voltha_pod_release':
+ testvm: 'qa-testvm-pod'
+ config-pod: 'flex-ocp-cord'
+ release: '2.2.1'
+ branch: 'master'
+ test-repo: 'voltha-system-tests'
+ Jenkinsfile: 'Jenkinsfile-voltha-build'
+ oltDebVersion: 'openolt-seba-2.0.deb'
+ configurePod: true
+ released: true
+ profile: 'Default'
+ time: '3'
+
+ # flex pod1 test job - released versions: uses tech profile on voltha branch
+ - 'build_voltha_pod_test':
+ testvm: 'qa-testvm-pod'
+ config-pod: 'flex-ocp-cord'
+ release: '2.2.1'
+ branch: 'master'
+ test-repo: 'voltha-system-tests'
+ profile: 'Default'
+ Jenkinsfile: 'Jenkinsfile-voltha-test'
+
# Menlo pod with olt/onu - Default tech profile and timer based job
- 'build_voltha_pod_release':
testvm: 'menlo-demo-pod'