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:
Hongbin LU 2018-05-16 16:51:01 +00:00 committed by Hongbin Lu
parent f5d91f0deb
commit 51e35d9db8
1 changed files with 9 additions and 0 deletions

View File

@ -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