b0f5242c65
This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I06200a75ace71bf88fe3449a21f5009b61295902 Story: #2002586 Task: #24347
35 lines
926 B
YAML
35 lines
926 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
|
|
|
|
- job:
|
|
name: zun-tempest-py35-docker-sql-rocky
|
|
parent: zun-tempest-py35-docker-sql
|
|
override-checkout: stable/rocky
|
|
vars:
|
|
branch_override: stable/rocky
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- tempest-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- zun-tempest-docker-sql
|
|
- zun-tempest-py35-docker-sql
|
|
- zun-tempest-py35-docker-sql-queens
|
|
- zun-tempest-py35-docker-sql-rocky
|
|
- zun-tempest-docker-etcd
|
|
- zun-tempest-multinode-docker-sql
|
|
gate:
|
|
queue: zun
|
|
jobs:
|
|
- zun-tempest-docker-sql
|
|
- zun-tempest-py35-docker-sql
|
|
- zun-tempest-py35-docker-sql-queens
|
|
- zun-tempest-py35-docker-sql-rocky
|