summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: