diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-22 14:21:16 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-08-22 14:21:16 -0400 |
commit | d77be7fe4565870d686c9349bf6f1feee41bcd46 (patch) | |
tree | be7ebffca2ce002424397607880010eef9b16ae1 | |
parent | 72e3217e5e48389aefed6968e9c30af8916dc357 (diff) |
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: If41b55a075b9f98eb5e1d3359304bb508172624d
Story: #2002586
Task: #24306
Notes
Notes (review):
Code-Review+2: Antoni Segura Puimedon <celebdor@gmail.com>
Code-Review+2: Berezovsky Irena <irenab.dev@gmail.com>
Workflow+1: Daniel Mellado <dmellado@redhat.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Tue, 28 Aug 2018 09:35:58 +0000
Reviewed-on: https://review.openstack.org/595287
Project: openstack/kuryr
Branch: refs/heads/master
-rw-r--r-- | .zuul.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,7 +1,16 @@ | |||
1 | - project: | 1 | - project: |
2 | templates: | ||
3 | - openstack-python-jobs | ||
4 | - openstack-python35-jobs | ||
5 | - release-notes-jobs | ||
6 | - publish-openstack-sphinx-docs | ||
7 | - check-requirements | ||
2 | check: | 8 | check: |
3 | jobs: | 9 | jobs: |
4 | - openstack-tox-lower-constraints | 10 | - openstack-tox-lower-constraints |
11 | - openstack-tox-cover: | ||
12 | voting: false | ||
5 | gate: | 13 | gate: |
14 | queue: kuryr | ||
6 | jobs: | 15 | jobs: |
7 | - openstack-tox-lower-constraints | 16 | - openstack-tox-lower-constraints |