summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-20 16:32:38 -0400
committerLuigi Toscano <ltoscano@redhat.com>2018-08-21 00:04:42 +0200
commit4facb4296fbde8f0c7166f3dc6d35e35cc2b11fa (patch)
tree42b1dcb4323aa891b039f82bb4192b9f18efacb9
parentae21379a556fa459894ed0f243394a763d225136 (diff)
downloadpython-saharaclient-4facb4296fbde8f0c7166f3dc6d35e35cc2b11fa.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: I39a7640f458c93b775417daa001196b623a236ef Story: #2002586 Task: #24332
-rw-r--r--.zuul.yaml20
1 files changed, 17 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 7e020cb..e396b3b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,15 +1,29 @@
- 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
- openstack-tox-lower-constraints
gate:
+ queue: sahara
jobs:
- python-saharaclient-scenario
- python-saharaclient-tempest
-
- openstack-tox-lower-constraints
+ post:
+ jobs:
+ - openstack-tox-cover
+ experimental:
+ jobs:
+ - openstack-tox-pypy
+
- job:
name: python-saharaclient-scenario
description: |
@@ -19,7 +33,7 @@
- openstack/python-saharaclient
vars:
devstack_localrc:
- LIBS_FROM_GIT: 'python-saharaclient'
+ LIBS_FROM_GIT: python-saharaclient
- job:
name: python-saharaclient-tempest
@@ -31,4 +45,4 @@
- openstack/python-saharaclient
vars:
devstack_localrc:
- LIBS_FROM_GIT: 'python-saharaclient'
+ LIBS_FROM_GIT: python-saharaclient