X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fapex%2Fapex-verify-jobs.yaml;h=e8115ebf6fb8617706d17ffd2c1e55212f5e60b8;hb=refs%2Fchanges%2F21%2F67721%2F1;hp=fb52fa1d9dbe02f63a7eb22ecd1945e6c0d10e59;hpb=08ba3bca0a012275ae72920f2be6719c7cf357d7;p=releng.git diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml index fb52fa1d9..e8115ebf6 100644 --- a/jjb/apex/apex-verify-jobs.yaml +++ b/jjb/apex/apex-verify-jobs.yaml @@ -12,6 +12,11 @@ gs-pathname: '' verify-scenario: 'os-nosdn-nofeature-noha' disabled: false + - hunter: &hunter + branch: '{stream}' + gs-pathname: '' + verify-scenario: 'os-nosdn-nofeature-noha' + disabled: false - gambia: &gambia branch: 'stable/{stream}' gs-pathname: '/{stream}' @@ -173,6 +178,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 +360,10 @@ 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 - fi + - shell: + !include-raw-escape: ./apex-functest-scenario.sh - inject: - properties-file: functest_tag + properties-file: functest_scenario override-build-parameters: true - multijob: name: functest-smoke