diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-20 16:34:39 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-08-20 16:34:39 -0400 |
commit | 6d761ccc7c9b6d256fd6fa13c9d9f85fbde214fd (patch) | |
tree | f2779c529a5245f87d6d356f7321098ac0521488 | |
parent | 89b5dbc51d57302027bdaa4e472d0d57e89d5eb4 (diff) |
import zuul job settings from project-configstable/ocata
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: I91b97ef19c5b67ba6f0c9c1cdf14adc1afdb0be0
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:12 +0000
Reviewed-on: https://review.openstack.org/593921
Project: openstack/sahara-extra
Branch: refs/heads/stable/ocata
-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 | ||