From d51abb9856a8ac9d13e480949fbe734747b35a8a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 13 Mar 2019 22:41:54 +0000 Subject: [PATCH] Switch to horizon-nodejs4-jobs template We need to switch these jobs to xenial. But while we're doing that, let's shift to consuming a template managed in the horizon repo. Depends-On: https://review.openstack.org/643198 Change-Id: Ie222177cafc5bbde984714a44e113cc538623aa9 --- .zuul.yaml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 72b03f6..dafc544 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,33 +1,9 @@ - project: templates: - check-requirements + - horizon-nodejs4-jobs - openstack-lower-constraints-jobs - openstack-python-jobs-horizon - openstack-python35-jobs-horizon - openstack-python36-jobs-horizon - publish-openstack-docs-pti - check: - jobs: - - 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: - - nodejs-npm-run-lint: - vars: - node_version: 4 - required-projects: - - openstack/horizon - - nodejs-npm-run-test: - vars: - node_version: 4 - required-projects: - - openstack/horizon -