summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-03 17:51:17 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-03 17:51:17 -0400
commit35576a428e65df774870599c10ccd63550c7bdd6 (patch)
tree69e3308b75df9260d91652f5fbb84e7b8dd63702
parent32e0fb49d1e6e42ffb5c719b701c8c3ecb839def (diff)
downloadoslosphinx-35576a428e65df774870599c10ccd63550c7bdd6.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: Ieb95f99c33ac08b3acec1f35e700847a81df1a50 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..196c2c9
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,15 @@
+- project:
+ post:
+ jobs:
+ - publish-openstack-python-branch-tarball
+ gate:
+ jobs:
+ - openstack-tox-pep8
+ check:
+ jobs:
+ - openstack-tox-pep8
+ templates:
+ - publish-openstack-docs-pti
+ - check-requirements
+ - release-notes-jobs-python3
+ - periodic-stable-jobs