diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-03 18:01:21 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-08-03 18:01:21 -0400 |
commit | 771a6ba2c509dceaf5b945b6d49b1ae1718f6508 (patch) | |
tree | 2dc0bcd00ae895dc1d7985f3a7c9d56e65704ebb | |
parent | 317bff01d434850c08ae45764f6e5d01ade4ecad (diff) | |
download | oslo-config-771a6ba2c509dceaf5b945b6d49b1ae1718f6508.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.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I0efde7d32ecddb1c8b10f9970eef090b930da406
Story: #2003250
-rw-r--r-- | .zuul.d/project.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 67a39c4..dc83056 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -5,3 +5,11 @@ gate: jobs: - openstack-tox-lower-constraints + templates: + - openstack-python-jobs + - openstack-python35-jobs + - publish-openstack-docs-pti + - check-requirements + - lib-forward-testing + - release-notes-jobs-python3 + - periodic-stable-jobs |