X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fapex%2Fapex-verify-jobs.yaml;h=a61d9fdab63d3d8ee0a1b87999c4974ea990e53d;hb=465489485b2ff37cf6822b0c6431cf0111db2210;hp=fc1e734e54f0683aa946560aa07b9b7c3397ede3;hpb=e6299bccbdd31edf276577dac10f0971251fc893;p=releng.git diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml index fc1e734e5..a61d9fdab 100644 --- a/jjb/apex/apex-verify-jobs.yaml +++ b/jjb/apex/apex-verify-jobs.yaml @@ -173,6 +173,8 @@ pattern: 'config/**' - compare-type: ANT pattern: 'apex/build/**' + - compare-type: ANT + pattern: 'apex/builders/**' - compare-type: ANT pattern: 'apex/common/**' - compare-type: ANT @@ -353,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 - touch functest_tag - fi + - shell: + !include-raw-escape: ./apex-functest-scenario.sh - inject: properties-file: functest_tag override-build-parameters: true