From b920a246895ae878289ab2df7e5b693dd08b6bf2 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 20 Aug 2018 16:37:05 -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: I4a06e0b6d2fc2c05235c0a217c7341cfbf7b446f Story: #2002586 Task: #24332 --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 68407a0..3c5bd69 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,13 +1,18 @@ - project: + templates: + - check-requirements check: jobs: - sahara-extra-build-artifacts + - openstack-tox-pep8 gate: jobs: - sahara-extra-build-artifacts + - openstack-tox-pep8 post: jobs: - sahara-extra-publish-artifacts + - publish-openstack-python-branch-tarball - job: name: sahara-extra-build-artifacts