From a8ff4c376114a616fd21fc0b76d9b1dcb40b92e2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 12 May 2020 16:07:17 +0200 Subject: [PATCH] Switch to new javascript jobs Change I8013228ca05607a69f390a9bb75991fc6543f865 introduces new javascript jobs that better handle npm or yarn, update the jobs here to use it. Change the job names to start with horizon to follow the Zuul job naming policy. Depends-On: https://review.opendev.org/727231 Change-Id: I86a56afcd2cde3a088abcc66c0294424cd03546f --- .zuul.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f9d6940d04..b1d8ae4a34 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -129,8 +129,8 @@ - ^tools/.*$ - job: - name: nodejs10-npm-run-lint - parent: nodejs-npm-run-lint + name: horizon-nodejs10-run-lint + parent: nodejs-run-lint description: | Run lint using Node 10 for horizon plugins. vars: @@ -142,8 +142,8 @@ - openstack/requirements - job: - name: nodejs10-npm-run-test - parent: nodejs-npm-run-test + name: horizon-nodejs10-run-test + parent: nodejs-run-test-browser description: | Run test using Node 10 for horizon plugins. vars: @@ -160,12 +160,12 @@ Run lint and test jobs using Node 10 (LTS) for horizon plugins. check: jobs: - - nodejs10-npm-run-lint - - nodejs10-npm-run-test + - horizon-nodejs10-run-lint + - horizon-nodejs10-run-test gate: jobs: - - nodejs10-npm-run-lint - - nodejs10-npm-run-test + - horizon-nodejs10-run-lint + - horizon-nodejs10-run-test - job: name: horizon-integration-tests-xstatic-master @@ -200,8 +200,8 @@ required-projects: *xstatic-projects - job: - name: horizon-nodejs10-npm-run-test-xstatic-master - parent: nodejs10-npm-run-test + name: horizon-nodejs10-run-test-xstatic-master + parent: horizon-nodejs10-run-test required-projects: *xstatic-projects pre-run: playbooks/npm-test-xstatic-master/pre.yaml @@ -211,9 +211,9 @@ Run lint and test jobs using Node 10 (LTS) for horizon plugins. check: jobs: - - nodejs10-npm-run-lint: + - horizon-nodejs10-run-lint: voting: false - - nodejs10-npm-run-test: + - horizon-nodejs10-run-test: voting: false - project-template: @@ -262,4 +262,4 @@ jobs: - horizon-integration-tests-xstatic-master - horizon-tox-py36-xstatic-master - - horizon-nodejs10-npm-run-test-xstatic-master + - horizon-nodejs10-run-test-xstatic-master