summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-verify-jobs.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-06-18 10:47:10 -0400
committerTim Rozet <trozet@redhat.com>2018-06-18 10:48:22 -0400
commit2e1815d026f209e46fcc7eb29a7d4a28a48b2354 (patch)
tree3f8a625ea64a1379b199fa6acd2bc4a4d6136b9f /jjb/apex/apex-verify-jobs.yaml
parent1f2eb7ab017494dd681917d854e5689fb49e4e38 (diff)
Apex: Enable OS master clients with Tempest
We want to use OS master clients when testing with master OpenStack (scenarios without any branch in the name). Change-Id: I6b2814dcb6fd7e8a650782e13c1a765320e8cf98 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex-verify-jobs.yaml')
-rw-r--r--jjb/apex/apex-verify-jobs.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml
index 2f29765d2..0837a76e4 100644
--- a/jjb/apex/apex-verify-jobs.yaml
+++ b/jjb/apex/apex-verify-jobs.yaml
@@ -343,6 +343,14 @@
kill-phase-on: FAILURE
abort-all-job: true
git-revision: true
+ - shell: |
+ if echo $DEPLOY_SCENARIO | grep queens &> /dev/null; then
+ echo 'REPO=opnfv' > functest_repo
+ else
+ echo 'REPO=ollivier' > functest_repo
+ fi
+ - inject:
+ properties-file: functest_repo
- multijob:
name: functest-smoke
condition: ALWAYS
@@ -353,6 +361,7 @@
DEPLOY_SCENARIO=$DEPLOY_SCENARIO
FUNCTEST_SUITE_NAME=tempest_smoke_serial
FUNCTEST_MODE=testcase
+ REPO=$REPO
GERRIT_BRANCH=$GERRIT_BRANCH
GERRIT_REFSPEC=$GERRIT_REFSPEC
GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER