From 81941e161cd060a23dea02c1989f4affb2402d39 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Fri, 17 Aug 2018 17:26:51 +0900 Subject: [PATCH] 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: Ia1782c9e1ce5b230933e24d792a48335dcc80691 Story: #2002586 Task: #24290 --- .zuul.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 01c1dd14f..ed31c158c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -119,6 +119,13 @@ database: postgresql - project: + templates: + - check-requirements + - openstack-python-jobs + - openstack-python35-jobs + - release-notes-jobs + - publish-openstack-sphinx-docs + - periodic-stable-jobs check: jobs: - openstack-tox-cover: @@ -142,6 +149,7 @@ voting: false - openstack-tox-lower-constraints gate: + queue: congress jobs: - congress-devstack-api-mysql - congress-devstack-py35-api-mysql