X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest.yaml;h=05fad55e6956156ecdc3b5116b4aedc0f299d6dc;hb=d77a45334371bcd8b0ddfa8b1062d5851a6670fc;hp=4a60c648420bfef0db0afd0ffa29bfe49684083d;hpb=dda8c86a27631075b28201ffddfa5a9de85930d7;p=releng.git diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 4a60c6484..05fad55e6 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -99,13 +99,21 @@ else image={repo}:{port}/{container}:{tag} fi + if [ "{tag}" = "latest" ]; then + py=3.7 + else + py=2.7 + fi sudo docker run --rm \ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ -e DEBUG=True \ -e EXTERNAL_NETWORK=public \ -v /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file \ -v /home/opnfv/functest/images:/home/opnfv/functest/images \ - -v /home/opnfv/functest/blacklist.yaml:/usr/lib/python2.7/\ + -v /home/opnfv/functest/tempest_blacklist.yaml:/usr/lib/python$py/\ + site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/\ + blacklist.yaml \ + -v /home/opnfv/functest/blacklist.yaml:/usr/lib/python$py/\ site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml \ $image run_tests -t {test} res=$? @@ -269,22 +277,32 @@ - refstack_platform - tempest_full - tempest_scenario + - tempest_slow - patrole - neutron_trunk - networking-bgpvpn - networking-sfc - barbican + - octavia exclude: - tag: latest test: refstack_defcore - tag: iruya test: refstack_defcore + - tag: iruya + test: tempest_slow + - tag: iruya + test: octavia - tag: hunter test: refstack_compute - tag: hunter test: refstack_object - tag: hunter test: refstack_platform + - tag: hunter + test: tempest_slow + - tag: hunter + test: octavia jobs: - 'functest-{repo}-{container}-{tag}-{test}-run' @@ -369,8 +387,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-healthcheck:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-healthcheck-{tag}-connection_check-run' <<: *functest-jobs @@ -398,8 +414,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke:{tag} - execution-type: PARALLEL - condition: SUCCESSFUL projects: - name: 'functest-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-jobs @@ -417,6 +431,8 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-tempest_scenario-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-{tag}-tempest_slow-run' + <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-patrole-run' <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-neutron_trunk-run' @@ -427,10 +443,10 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-barbican-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-{tag}-octavia-run' + <<: *functest-jobs - multijob: name: opnfv/functest-benchmarking:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-benchmarking-{tag}-rally_full-run' <<: *functest-jobs @@ -443,7 +459,6 @@ - multijob: name: opnfv/functest-vnf:{tag} execution-type: SEQUENTIALLY - condition: ALWAYS projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs @@ -457,8 +472,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-features:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-features-{tag}-doctor-notification-run' <<: *functest-jobs @@ -500,21 +513,21 @@ ref: $branch - project: - name: 'functest-_-alpine-3.9-rmi' + name: 'functest-_-alpine-3.10-rmi' repo: _ port: container: alpine - tag: 3.9 + tag: '3.10' slave: master jobs: - 'functest-{repo}-{container}-{tag}-rmi' - project: - name: 'functest-_-alpine-3.9-pull' + name: 'functest-_-alpine-3.10-pull' repo: _ port: container: alpine - tag: 3.9 + tag: '3.10' slave: master jobs: - 'functest-{repo}-{container}-{tag}-pull' @@ -538,6 +551,8 @@ jobs: - 'functest-{repo}-{container}-{tag}-gate' - 'functest-{repo}-{container}-{tag}-check' + exclude: + - tag: latest - project: name: functest-opnfv-functest-healthcheck-{tag}-build @@ -620,12 +635,12 @@ - multijob: name: remove dependencies projects: - - name: 'functest-_-alpine-3.9-rmi' + - name: 'functest-_-alpine-3.10-rmi' <<: *functest-jobs - multijob: name: pull dependencies projects: - - name: 'functest-_-alpine-3.9-pull' + - name: 'functest-_-alpine-3.10-pull' <<: *functest-jobs - multijob: name: build opnfv/functest-core @@ -652,8 +667,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-healthcheck:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-healthcheck-{tag}-connection_check-run' <<: *functest-jobs @@ -681,8 +694,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke:{tag} - execution-type: PARALLEL - condition: SUCCESSFUL projects: - name: 'functest-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-jobs @@ -700,6 +711,8 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-tempest_scenario-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-{tag}-tempest_slow-run' + <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-patrole-run' <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-neutron_trunk-run' @@ -710,10 +723,10 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-barbican-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-{tag}-octavia-run' + <<: *functest-jobs - multijob: name: opnfv/functest-benchmarking:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-benchmarking-{tag}-rally_full-run' <<: *functest-jobs @@ -726,7 +739,6 @@ - multijob: name: opnfv/functest-vnf:{tag} execution-type: SEQUENTIALLY - condition: ALWAYS projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs @@ -740,8 +752,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-features:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-features-{tag}-doctor-notification-run' <<: *functest-jobs @@ -809,12 +819,12 @@ - multijob: name: remove dependencies projects: - - name: 'functest-_-alpine-3.9-rmi' + - name: 'functest-_-alpine-3.10-rmi' <<: *functest-jobs - multijob: name: pull dependencies projects: - - name: 'functest-_-alpine-3.9-pull' + - name: 'functest-_-alpine-3.10-pull' <<: *functest-jobs - multijob: name: build opnfv/functest-core @@ -841,8 +851,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-healthcheck:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-healthcheck-{tag}-connection_check-run' <<: *functest-jobs @@ -870,8 +878,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke:{tag} - execution-type: PARALLEL - condition: SUCCESSFUL projects: - name: 'functest-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-jobs @@ -889,6 +895,8 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-tempest_scenario-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-{tag}-tempest_slow-run' + <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-patrole-run' <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-neutron_trunk-run' @@ -899,10 +907,10 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-{tag}-barbican-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-{tag}-octavia-run' + <<: *functest-jobs - multijob: name: opnfv/functest-benchmarking:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-benchmarking-{tag}-rally_full-run' <<: *functest-jobs @@ -915,7 +923,6 @@ - multijob: name: opnfv/functest-vnf:{tag} execution-type: SEQUENTIALLY - condition: ALWAYS projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs @@ -929,8 +936,6 @@ <<: *functest-jobs - multijob: name: opnfv/functest-features:{tag} - execution-type: PARALLEL - condition: ALWAYS projects: - name: 'functest-opnfv-functest-features-{tag}-doctor-notification-run' <<: *functest-jobs