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: Idc4c6057b7403889c1461123a328868458bf3b24
Story: #2002586
Task: #24302
This commit is contained in:
Doug Hellmann 2018-08-16 09:46:32 -04:00
parent 909cdce36d
commit a58d295877
1 changed files with 13 additions and 0 deletions

View File

@ -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-dsvm-standalone
@ -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-ipa-partition-uefi-pxe_ipmitool-tinyipa
- ironic-tempest-dsvm-ipa-wholedisk-agent_ipmitool-tinyipa-multinode
- ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa
- openstack-tox-cover
post:
jobs:
- openstack-tox-cover