changing config-pod in nightly jobs to "-qa"
Change-Id: I988f4562bb77b8068074d9a5bc8b4ca03e9a3007
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index 149212c..674b54b 100644
--- a/jjb/cord-test/att-workflow.yaml
+++ b/jjb/cord-test/att-workflow.yaml
@@ -22,7 +22,7 @@
# onlab pod1 build
- 'build_pod_timer':
testvm: 'onf-build'
- config-pod: 'onlab-pod1'
+ config-pod: 'onlab-pod1-qa'
profile: 'att-workflow'
branch: 'master'
Jenkinsfile: 'Jenkinsfile-attworkflow-build'
@@ -33,7 +33,7 @@
# onlab pod1 test job
- 'build_pod_test':
testvm: 'onf-build'
- config-pod: 'onlab-pod1'
+ config-pod: 'onlab-pod1-qa'
profile: 'att-workflow'
branch: 'master'
Jenkinsfile: 'Jenkinsfile-attworkflow-test'