From 0319152ee6200e3eff955d055f8afe03d6d63e3c Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Fri, 24 Aug 2018 16:38:54 +0900 Subject: 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: I0d6dbb0956cb63a1317a25222f86433ca13b28fc Story: #2002586 Task: #24337 --- .zuul.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..2d001c1 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,26 @@ +- project: + templates: + - openstack-python-jobs + - openstack-python35-jobs + - publish-openstack-sphinx-docs + - check-requirements + - openstack-pypy-jobs-nonvoting + - lib-forward-testing + - release-notes-jobs + check: + jobs: + - legacy-swift-dsvm-functional + - legacy-swift-dsvm-functional-identity-v3-only: + voting: false + - legacy-swiftclient-dsvm-functional + - legacy-swiftclient-dsvm-functional-identity-v3-only: + voting: false + - openstack-tox-py36: + voting: false + gate: + jobs: + - legacy-swift-dsvm-functional + - legacy-swiftclient-dsvm-functional + post: + jobs: + - openstack-tox-cover -- cgit v1.2.1