summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-05-12 16:07:17 +0200
committerAkihiro Motoki <amotoki@gmail.com>2020-05-14 07:09:00 +0000
commit29af0d34c1d49f2fed566bde939496cc7143e3dd (patch)
treeaf88545380c6b0952029444e488867c70b75f9a4
parente342c72ce62080985425be184d28190ddfee5f35 (diff)
downloadhorizon-29af0d34c1d49f2fed566bde939496cc7143e3dd.tar.gz
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. Change-Id: I86a56afcd2cde3a088abcc66c0294424cd03546f (cherry picked from commit a8ff4c376114a616fd21fc0b76d9b1dcb40b92e2)
-rw-r--r--.zuul.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 1c54c1294..9064f0707 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -111,8 +111,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:
@@ -122,8 +122,8 @@
openstack/horizon
- 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:
@@ -138,12 +138,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
- project-template:
name: horizon-nodejs10-jobs-nonvoting
@@ -151,9 +151,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: