diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-03 17:44:18 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-08-03 17:44:18 -0400 |
commit | 0d60c4bedf7dbae23d2b7ff30d63e09df7f142ad (patch) | |
tree | adfce7479b08ae410c3b2f512dddc1fefba82a84 | |
parent | 256ebc3513655e9671b35d796b524fb8951a6da5 (diff) | |
download | oslo-db-0d60c4bedf7dbae23d2b7ff30d63e09df7f142ad.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: Ie480cd3681b0a3eedbaebe1f30b7a863c87360ec
Story: #2003250
-rw-r--r-- | .zuul.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |