6d3f74d0e4
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: I0d5c754e54910f3bdca69470dd518411a0958d83 Story: #2002586 Task: #24291
22 lines
526 B
YAML
22 lines
526 B
YAML
- project:
|
|
templates:
|
|
- openstack-python-jobs
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- cyborg-devstack
|
|
|
|
- job:
|
|
name: cyborg-devstack
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/cyborg-devstack/run.yaml
|
|
post-run: playbooks/legacy/cyborg-devstack/post.yaml
|
|
timeout: 4200
|
|
voting: false
|
|
required-projects:
|
|
- openstack-dev/devstack
|
|
- openstack-infra/devstack-gate
|
|
- openstack/cyborg
|