summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-16 09:45:18 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-16 09:45:18 -0400
commit11ab7765db337d78532a538482a24559fd9799b8 (patch)
treead7a686812f05dc56dc335ae5c27e1248e34ca05
parent27fea91b0bc4e26fb25d147339376945b2c5a252 (diff)
downloadironic-11ab7765db337d78532a538482a24559fd9799b8.tar.gz
import zuul job settings from project-config
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: Ic30e6956b1f68095b72ae757d93aa9336b87d968 Story: #2002586 Task: #24302
-rw-r--r--zuul.d/project.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 0b47103bf..ba802e22e 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -1,4 +1,12 @@
- project:
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - periodic-stable-jobs
+ - check-requirements
+ - release-notes-jobs
+ - install-guide-jobs
check:
jobs:
- ironic-tempest-dsvm-ipa-partition-bios-agent_ipmitool-tinyipa
@@ -16,6 +24,7 @@
voting: false
- ironic-tempest-dsvm-pxe_ipmitool-postgres:
voting: false
+ - openstack-tox-cover
gate:
queue: ironic
jobs:
@@ -27,3 +36,7 @@
- ironic-tempest-dsvm-multitenant-network
+ - openstack-tox-cover
+ post:
+ jobs:
+ - openstack-tox-cover