From 75c88e7c1356027a2f9a3bde9033080a63dab5a4 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Sun, 19 Aug 2018 00:11:23 +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: I3111e19b546a12a61975d339ac0e7512fef50c04 Story: #2002586 Task: #24292 --- .zuul.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index b44b7c03a..495474057 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,7 +5,7 @@ vars: devstack_localrc: DESIGNATE_SERVICE_PORT_DNS: 5322 - TEMPEST_PLUGINS: '/opt/stack/designate-tempest-plugin' + TEMPEST_PLUGINS: /opt/stack/designate-tempest-plugin devstack_plugins: designate: git://git.openstack.org/openstack/designate devstack_services: @@ -183,10 +183,23 @@ templates: - designate-devstack-jobs - openstack-python36-jobs + - openstack-python-jobs + - openstack-python35-jobs + - publish-openstack-sphinx-docs + - periodic-stable-jobs + - check-requirements + - release-notes-jobs + - install-guide-jobs check: jobs: - neutron-tempest-plugin-designate-scenario - openstack-tox-lower-constraints + - openstack-tox-cover: + voting: false gate: + queue: designate jobs: - openstack-tox-lower-constraints + post: + jobs: + - openstack-tox-cover