From bb24dce138eb3e513987111af45a4a22d35c38ea Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Thu, 23 Aug 2018 22:02:44 +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: I40b9d18a8af50f0c280a94ec63e9a412737103d9 Story: #2002586 Task: #24316 --- zuul.d/projects.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 67a39c42..34491e35 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -1,7 +1,34 @@ - project: + templates: + - check-requirements + - openstack-python-jobs-horizon + - openstack-python35-jobs-horizon + - publish-openstack-sphinx-docs + - release-notes-jobs check: jobs: - openstack-tox-lower-constraints + - nodejs-npm-run-lint: + vars: + node_version: 4 + required-projects: + - openstack/horizon + - nodejs-npm-run-test: + vars: + node_version: 4 + required-projects: + - openstack/horizon gate: jobs: - openstack-tox-lower-constraints + - nodejs-npm-run-lint: + vars: + node_version: 4 + required-projects: + - openstack/horizon + - nodejs-npm-run-test: + vars: + node_version: 4 + required-projects: + - openstack/horizon +