diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-20 16:35:28 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-08-20 16:35:28 -0400 |
commit | 341679c13eabb24920c344032d367ca745aca316 (patch) | |
tree | 232451af74b4c10b3ba13ab2262aa40a2a8be601 | |
parent | 557cf9fc7f6f08785eccb65c54b309a5f5113a83 (diff) |
import zuul job settings from project-configstable/pike
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: Ic58f8dff39f523dd76abc9e20e9cde449f231b9c
Story: #2002586
Task: #24332
Notes
Notes (review):
Code-Review+1: Luigi Toscano <ltoscano@redhat.com>
Code-Review+2: Telles Mota Vidal Nóbrega <tenobreg@redhat.com>
Workflow+1: Telles Mota Vidal Nóbrega <tenobreg@redhat.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Tue, 21 Aug 2018 12:13:10 +0000
Reviewed-on: https://review.openstack.org/593926
Project: openstack/sahara-extra
Branch: refs/heads/stable/pike
-rw-r--r-- | .zuul.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..15a89cd --- /dev/null +++ b/.zuul.yaml | |||
@@ -0,0 +1,12 @@ | |||
1 | - project: | ||
2 | templates: | ||
3 | - check-requirements | ||
4 | check: | ||
5 | jobs: | ||
6 | - openstack-tox-pep8 | ||
7 | gate: | ||
8 | jobs: | ||
9 | - openstack-tox-pep8 | ||
10 | post: | ||
11 | jobs: | ||
12 | - publish-openstack-python-branch-tarball | ||