summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-03 18:03:53 -0400
committerElod Illes <elod.illes@est.tech>2019-07-18 10:53:36 +0200
commit9bdab74f29278db353e8cad1b6cd43a549b317c0 (patch)
tree4b5a11ace1bb3a49cc3cdfc7ecf343ddc28df882
parent2bb79ca9920f8409d7a04c1e2e110493fe7a62e1 (diff)
downloadtaskflow-stable/rocky.tar.gz
import zuul job settings from project-configstable/rocky
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 Also requirements need to be adjusted with global requirements due to some packages don't support python2.7 in newer versions anymore. Change-Id: Ic7ec3ac22e0564b0b0c97c27123bf05ad25fa7d0 Story: #2003250
-rw-r--r--.zuul.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 67a39c4..b95c9f9 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -5,3 +5,13 @@
gate:
jobs:
- openstack-tox-lower-constraints
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-docs-pti
+ - lib-forward-testing
+ - release-notes-jobs-python3
+ - periodic-stable-jobs
+ post:
+ jobs:
+ - openstack-tox-cover