adding scheduled attwf build+test job for onlab and manual job
Change-Id: Iaab107311fb33f0944bdd08fb3ceabea756cbeec
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index f640d38..149212c 100644
--- a/jjb/cord-test/att-workflow.yaml
+++ b/jjb/cord-test/att-workflow.yaml
@@ -9,6 +9,7 @@
build-timeout: '300'
jobs:
+ # onlab pod1 build
- 'build_pod_manual':
testvm: 'onf-build'
config-pod: 'onlab-pod1'
@@ -18,6 +19,25 @@
oltDebVersion: 'openolt-master.deb'
configurePod: true
+ # onlab pod1 build
+ - 'build_pod_timer':
+ testvm: 'onf-build'
+ config-pod: 'onlab-pod1'
+ profile: 'att-workflow'
+ branch: 'master'
+ Jenkinsfile: 'Jenkinsfile-attworkflow-build'
+ oltDebVersion: 'openolt-master.deb'
+ configurePod: true
+ time: '3'
+
+ # onlab pod1 test job
+ - 'build_pod_test':
+ testvm: 'onf-build'
+ config-pod: 'onlab-pod1'
+ profile: 'att-workflow'
+ branch: 'master'
+ Jenkinsfile: 'Jenkinsfile-attworkflow-test'
+
# onlab pod2 build
- 'build_pod_manual':
testvm: 'onf-build'
@@ -28,22 +48,6 @@
oltDebVersion: 'openolt-master.deb'
configurePod: true
- # onlab pod1 test job
- - 'build_pod_test_manual':
- testvm: 'onf-build'
- config-pod: 'onlab-pod1'
- profile: 'att-workflow'
- branch: 'master'
- Jenkinsfile: 'Jenkinsfile-attworkflow-test'
-
- # onlab pod2 test job
- - 'build_pod_test_manual':
- testvm: 'onf-build'
- config-pod: 'onlab-pod2'
- profile: 'att-workflow'
- branch: 'master'
- Jenkinsfile: 'Jenkinsfile-attworkflow-test'
-
# flex pod1 with olt/onu
- 'build_pod_timer':
testvm: 'qa-testvm-pod'