Run tempest tests with stable branch
Tempest plugins are branchless so we need to make sure the test suite work with both master and stable branches. This patch adds a job for running tempest test with stable branch. We choose to use py35 because py27 jobs will be deprecated soon. Depends-On: Iecb701498a565c784ada1c7f4a4649912abdf26f Change-Id: Ib4ae1b1968c3d35af58d0d99479a9cfd75b7450d
This commit is contained in:
parent
f5d91f0deb
commit
51e35d9db8
@ -1,11 +1,20 @@
|
||||
- job:
|
||||
name: zun-tempest-py35-docker-sql-queens
|
||||
parent: zun-tempest-py35-docker-sql
|
||||
override-checkout: stable/queens
|
||||
vars:
|
||||
branch_override: stable/queens
|
||||
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- zun-tempest-docker-sql
|
||||
- zun-tempest-py35-docker-sql
|
||||
- zun-tempest-py35-docker-sql-queens
|
||||
- zun-tempest-docker-etcd
|
||||
- zun-tempest-multinode-docker-sql
|
||||
gate:
|
||||
jobs:
|
||||
- zun-tempest-docker-sql
|
||||
- zun-tempest-py35-docker-sql
|
||||
- zun-tempest-py35-docker-sql-queens
|
||||
|
Loading…
x
Reference in New Issue
Block a user