From ef08d1e947418feb94a73560935b04481567e9c1 Mon Sep 17 00:00:00 2001 From: 98k <18552437190@163.com> Date: Thu, 23 Aug 2018 12:00:31 +0000 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: Ic464dc429e185322028d1f0981d480207a8b2d22 Story: #2002586 Task: #24313 --- .zuul.yaml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 59771ee5a..61b1f76be 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,12 @@ - project: + templates: + - openstack-python-jobs + - openstack-python35-jobs + - publish-openstack-docs-pti + - check-requirements + - periodic-stable-jobs + - release-notes-jobs + - install-guide-jobs check: jobs: - murano-congress-devstack @@ -6,7 +14,10 @@ - murano-tempest-api - murano-tempest-cfapi - openstack-tox-lower-constraints + - openstack-tox-cover: + voting: false gate: + queue: murano jobs: - murano-tempest-api - openstack-tox-lower-constraints @@ -14,6 +25,9 @@ jobs: - murano-functional + post: + jobs: + - openstack-tox-cover - job: name: murano-congress-devstack parent: murano-tempest-base @@ -39,7 +53,7 @@ devstack_services: tls-proxy: false devstack_localrc: - MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT: True + MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT: true devstack_plugins: congress: https://git.openstack.org/openstack/congress mistral: https://git.openstack.org/openstack/mistral @@ -81,10 +95,10 @@ heat: https://git.openstack.org/openstack/heat devstack_services: tempest: true - s-account: False - s-container: False - s-object: False - s-proxy: False + s-account: false + s-container: false + s-object: false + s-proxy: false tls-proxy: false devstack_localrc: TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/murano-tempest-plugin'"