diff --git a/.zuul.yaml b/.zuul.yaml index ec6c59a602..9f9145585c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,6 +13,19 @@ run: playbooks/devstack-tempest.yaml post-run: playbooks/post-tempest.yaml +- job: + name: tempest-full + parent: devstack-tempest + description: | + Base integration test with Neutron networking and py27. + Former names for this job where: + * legacy-tempest-dsvm-neutron-full + * gate-tempest-dsvm-neutron-full-ubuntu-xenial + vars: + tox_venvlist: full + devstack_localrc: + ENABLE_FILE_INJECTION: True + - job: name: tempest-tox-plugin-sanity-check parent: tox @@ -98,4 +111,15 @@ - ^playbooks/ - ^roles/ - ^.zuul.yaml$ + - tempest-full: + voting: false + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^doc/.*$ + - ^etc/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ + - ^tempest/hacking/.*$ + - ^tempest/tests/.*$ - tempest-tox-plugin-sanity-check