From 4facb4296fbde8f0c7166f3dc6d35e35cc2b11fa Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 20 Aug 2018 16:32:38 -0400 Subject: 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 --- .zuul.yaml | 20 +++++++++++++++++--- 1 file 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 -- cgit v1.2.1