summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-verify-jobs.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-12-11 12:17:27 -0500
committerTim Rozet <trozet@redhat.com>2018-12-11 12:17:27 -0500
commit465489485b2ff37cf6822b0c6431cf0111db2210 (patch)
tree4f0fda17515e4e627094b6854700780aff14853f /jjb/apex/apex-verify-jobs.yaml
parent8cf97f6147b52f9faa4ffba723b5dbff39506b8c (diff)
Apex: Fix functest docker tag passing for gate
The daily job moved to using the apex-functest-scenario script. This updates the gate jobs to use the same logic as well as updates the detection script to drop snapshot specific extensions like functest/csit which Apex uses to determine special deploy types. Change-Id: Id5f23d71401fc341c640b388f583b304b2ac6789 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.yaml11
1 files changed, 2 insertions, 9 deletions
diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml
index c10a7836e..a61d9fdab 100644
--- a/jjb/apex/apex-verify-jobs.yaml
+++ b/jjb/apex/apex-verify-jobs.yaml
@@ -355,15 +355,8 @@
kill-phase-on: FAILURE
abort-all-job: true
git-revision: true
- - shell: |
- features=$(echo $DEPLOY_SCENARIO | sed -r -n 's/os-.+-(.+)-(noha|ha)/\1/p')
- if [ "$features" == 'rocky' ]; then
- echo "DOCKER_TAG=hunter" > functest_tag
- elif [[ "$features" =~ 'rocky' ]]; then
- echo "DOCKER_TAG=hunter" > functest_tag
- else
- echo "DOCKER_TAG=''" > functest_tag
- fi
+ - shell:
+ !include-raw-escape: ./apex-functest-scenario.sh
- inject:
properties-file: functest_tag
override-build-parameters: true