From d46651b2561444e827c757b774fb93e011edefc8 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 22 Aug 2018 14:21:52 -0400 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: I4f87dad0bffbb16e26546e5d51889efbde8ca66f Story: #2002586 Task: #24306 --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d78ef895..b7a920e9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,6 +13,10 @@ # limitations under the License. - project: + templates: + - check-requirements + - publish-openstack-sphinx-docs + - tempest-plugin-jobs check: jobs: - kuryr-kubernetes-tempest-octavia @@ -24,6 +28,7 @@ - kuryr-kubernetes-tempest-dragonflow - kuryr-kubernetes-tempest-daemon-containerized-ovn gate: + queue: kuryr jobs: - kuryr-kubernetes-tempest-octavia - kuryr-kubernetes-tempest-daemon-octavia