Add gating tempest unit test job
This commit adds a gating python 2.7 unit test job for tempest. It depends on change: I9efea4cfa42f770c34869c0b0931b0ed0b51c177 Change-Id: Id44ca50cd72a838d78c9bce87b96adb0f702e1a3
This commit is contained in:
parent
60b37f4858
commit
64799ad9fe
@ -934,6 +934,7 @@
|
||||
- gate-{name}-pep8
|
||||
- gate-{name}-requirements
|
||||
- gate-{name}-docs
|
||||
- gate-{name}-python27
|
||||
- '{name}-branch-tarball'
|
||||
- openstack-publish-jobs
|
||||
|
||||
|
@ -145,6 +145,8 @@ jobs:
|
||||
- name: ^(gate|check)-grenade-devstack-vm$
|
||||
branch: ^(?!stable/(folsom|grizzly)).*$
|
||||
voting: true
|
||||
- name: gate-tempest-python27
|
||||
branch: ^(?!stable/(folsom|grizzly)).*$
|
||||
# only here until stable is votable, then merge
|
||||
# back to a single job
|
||||
- name: gate-grenade-devstack-vm-stable
|
||||
@ -1607,6 +1609,7 @@ projects:
|
||||
- gate-tempest-requirements
|
||||
- gate-tempest-pep8
|
||||
- gate-tempest-docs
|
||||
- gate-tempest-python27
|
||||
- check-tempest-devstack-vm-smoke
|
||||
- check-tempest-devstack-vm-full
|
||||
- check-tempest-devstack-vm-postgres-full
|
||||
@ -1618,6 +1621,7 @@ projects:
|
||||
- gate-tempest-requirements
|
||||
- gate-tempest-pep8
|
||||
- gate-tempest-docs
|
||||
- gate-tempest-python27
|
||||
- gate-tempest-devstack-vm-smoke
|
||||
- gate-tempest-devstack-vm-full
|
||||
- gate-tempest-devstack-vm-postgres-full
|
||||
|
Loading…
Reference in New Issue
Block a user