summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-03 17:46:33 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-03 17:46:33 -0400
commit43b94da3f885b6fa18d02f722591d5cf19117a7a (patch)
tree8729c19add147c3743734d6fae37982f79090f04
parent4de1ee38fb2a6aff0fb73f20087540ccc9daccba (diff)
downloadoslosphinx-43b94da3f885b6fa18d02f722591d5cf19117a7a.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: I6745a0dfcf074e2fa2a23347d56f977e9f25d298 Story: #2003250
-rw-r--r--.zuul.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..6511484
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,15 @@
+- project:
+ gate:
+ jobs:
+ - openstack-tox-pep8
+ check:
+ jobs:
+ - openstack-tox-pep8
+ post:
+ jobs:
+ - publish-openstack-python-branch-tarball
+ templates:
+ - publish-openstack-docs-pti
+ - check-requirements
+ - release-notes-jobs-python3
+ - periodic-stable-jobs