summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml40
1 files changed, 20 insertions, 20 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 759f7fa08..d92e040fe 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -95,8 +95,8 @@
- ^tools/.*$
- job:
- name: nodejs4-npm-run-lint
- parent: nodejs-npm-run-lint
+ name: horizon-nodejs4-run-lint
+ parent: nodejs-run-lint
description: |
Run lint using Node 4 for horizon plugins.
vars:
@@ -106,8 +106,8 @@
openstack/horizon
- job:
- name: nodejs4-npm-run-test
- parent: nodejs-npm-run-test
+ name: horizon-nodejs4-run-test
+ parent: nodejs-run-test-browser
description: |
Run test using Node 4 for horizon plugins.
vars:
@@ -117,8 +117,8 @@
openstack/horizon
- 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:
@@ -128,8 +128,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:
@@ -144,12 +144,12 @@
Run lint and test jobs using Node 4 for horizon plugins.
check:
jobs:
- - nodejs4-npm-run-lint
- - nodejs4-npm-run-test
+ - horizon-nodejs4-run-lint
+ - horizon-nodejs4-run-test
gate:
jobs:
- - nodejs4-npm-run-lint
- - nodejs4-npm-run-test
+ - horizon-nodejs4-run-lint
+ - horizon-nodejs4-run-test
- project-template:
name: horizon-nodejs4-jobs-nonvoting
@@ -157,9 +157,9 @@
Run lint and test jobs using Node 4 for horizon plugins.
check:
jobs:
- - nodejs4-npm-run-lint:
+ - horizon-nodejs4-run-lint:
voting: false
- - nodejs4-npm-run-test:
+ - horizon-nodejs4-run-test:
voting: false
- project-template:
@@ -168,12 +168,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
@@ -181,9 +181,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: