
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I67af1c7dc5d0d28d8d45a4b3c47b008e391d4071 Story: #2002586 Task: #24339
67 lines
2.1 KiB
YAML
67 lines
2.1 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- publish-openstack-sphinx-docs
|
|
- release-notes-jobs
|
|
check:
|
|
jobs:
|
|
- aodh-dsvm-functional-mysql:
|
|
branches: ^stable/(newton|ocata)$
|
|
- aodh-dsvm-functional-postgresql:
|
|
branches: ^stable/(newton|ocata)$
|
|
- aodh-dsvm-tempest-plugin-mysql
|
|
- aodh-dsvm-tempest-plugin-postgresql
|
|
- telemetry-dsvm-integration
|
|
gate:
|
|
jobs:
|
|
- aodh-dsvm-functional-mysql:
|
|
branches: ^stable/(newton|ocata)$
|
|
- aodh-dsvm-functional-postgresql:
|
|
branches: ^stable/(newton|ocata)$
|
|
- aodh-dsvm-tempest-plugin-mysql
|
|
- aodh-dsvm-tempest-plugin-postgresql
|
|
- telemetry-dsvm-integration
|
|
|
|
- job:
|
|
name: aodh-dsvm-functional-mysql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/aodh-dsvm-functional-mysql/run.yaml
|
|
post-run: playbooks/legacy/aodh-dsvm-functional-mysql/post.yaml
|
|
timeout: 6000
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/aodh
|
|
|
|
- job:
|
|
name: aodh-dsvm-functional-postgresql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/aodh-dsvm-functional-postgresql/run.yaml
|
|
post-run: playbooks/legacy/aodh-dsvm-functional-postgresql/post.yaml
|
|
timeout: 6000
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/aodh
|
|
|
|
- job:
|
|
name: aodh-dsvm-tempest-plugin-mysql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/aodh-dsvm-tempest-plugin-mysql/run.yaml
|
|
post-run: playbooks/legacy/aodh-dsvm-tempest-plugin-mysql/post.yaml
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/aodh
|
|
- openstack/tempest
|
|
|
|
- job:
|
|
name: aodh-dsvm-tempest-plugin-postgresql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/aodh-dsvm-tempest-plugin-postgresql/run.yaml
|
|
post-run: playbooks/legacy/aodh-dsvm-tempest-plugin-postgresql/post.yaml
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/aodh
|
|
- openstack/tempest
|