From c45a29823696f52ef162e3039682e375a86bd366 Mon Sep 17 00:00:00 2001 From: Vieri <15050873171@163.com> Date: Thu, 23 Aug 2018 08:38:13 +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: I05d2f5ba10b75cba28290a5dfb195a6a5d93c6b5 Story: #2002586 Task: #24326 --- .zuul.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6bfd0e72..629c4a32 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -51,9 +51,9 @@ devstack_plugins: qinling: https://git.openstack.org/openstack/qinling devstack_localrc: - TEMPEST_PLUGINS: '/opt/stack/qinling' + TEMPEST_PLUGINS: /opt/stack/qinling tox_envlist: all-plugin - tempest_test_regex: '^(qinling_tempest_plugin.)' + tempest_test_regex: ^(qinling_tempest_plugin.) # Qinling's default replicas number is 3, some test cases need # 2 workers, set concurrency to 2 to avoid # "Not enough workers available" error. @@ -65,11 +65,20 @@ nodeset: devstack-single-node-centos-7 - project: + templates: + - openstack-python-jobs + - openstack-python35-jobs + - check-requirements + - publish-openstack-sphinx-docs + - release-notes-jobs check: jobs: - qinling-tempest - openstack-tox-lower-constraints + - openstack-tox-cover: + voting: false gate: + queue: qinling jobs: - qinling-tempest - openstack-tox-lower-constraints