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: I1e0f8290bc59c6e8a438042d4d4a9ca271aa38dc Story: #2002586 Task: #24319
This commit is contained in:
parent
4a7d4d10e6
commit
bbc9377b3e
@ -1,4 +1,3 @@
|
||||
---
|
||||
# Copyright 2017, Rackspace US, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -14,6 +13,10 @@
|
||||
# limitations under the License.
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
- publish-openstack-sphinx-docs
|
||||
- release-notes-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
|
Loading…
Reference in New Issue
Block a user