zun-tempest-plugin/.zuul.yaml
Hongbin LU 51e35d9db8 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
2018-06-24 19:16:58 +00:00

21 lines
542 B
YAML

- 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