summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-20 16:34:59 -0400
committerLuigi Toscano <ltoscano@redhat.com>2018-08-20 22:06:50 +0000
commit73946d5f35deea418a9652636cd149818941a659 (patch)
treeaa9ef1d8a45bb0889bf10d5e548278d8a8a08577
parent3169081fd4f738287bd116cd2516d44a969c9cb2 (diff)
downloadpython-saharaclient-73946d5f35deea418a9652636cd149818941a659.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. 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: I0ced78298e5b9b4b82360093f5b14ec5242553e8 Story: #2002586 Task: #24332
-rw-r--r--.zuul.yaml18
1 files changed, 16 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index bc0c71d..e9f2a2b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,12 +1,26 @@
- project:
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - check-requirements
+ - release-notes-jobs
+ - openstackclient-plugin-jobs
check:
jobs:
- python-saharaclient-scenario
- python-saharaclient-tempest
gate:
+ queue: sahara
jobs:
- python-saharaclient-scenario
- python-saharaclient-tempest
+ post:
+ jobs:
+ - openstack-tox-cover
+ experimental:
+ jobs:
+ - openstack-tox-pypy
- job:
name: python-saharaclient-scenario
@@ -17,7 +31,7 @@
- openstack/python-saharaclient
vars:
devstack_localrc:
- LIBS_FROM_GIT: 'python-saharaclient'
+ LIBS_FROM_GIT: python-saharaclient
- job:
name: python-saharaclient-tempest
@@ -29,4 +43,4 @@
- openstack/python-saharaclient
vars:
devstack_localrc:
- LIBS_FROM_GIT: 'python-saharaclient'
+ LIBS_FROM_GIT: python-saharaclient