Skip to content

Commit

Permalink
Merge "Initial tempest-full job"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 5, 2017
2 parents 20f4744 + 8e9e7f7 commit cfc3458
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .zuul.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit cfc3458

Please sign in to comment.