Fix zuul job names

The npm jobs are only used here and should have a prefix of repo-name
(storyboard-webclient). Rename them to avoid clashes since we have a
global namespace.

Change-Id: I6d88ff9820a80484f0d9cdf5f24c2a8dff76ecb4
This commit is contained in:
Andreas Jaeger 2017-12-17 20:23:10 +01:00
parent 640ea59135
commit aff3f59926

View File

@ -1,5 +1,5 @@
- job: - job:
name: nodejs-npm4-run-test-functional name: storyboard-webclient-nodejs-npm4-run-test-functional
parent: nodejs-npm-run-test parent: nodejs-npm-run-test
description: | description: |
Run "test-functional" using nodejs. Run "test-functional" using nodejs.
@ -8,7 +8,7 @@
node_version: 4 node_version: 4
- job: - job:
name: nodejs-npm4-run-test-integration name: storyboard-webclient-nodejs-npm4-run-test-integration
parent: nodejs-npm-run-test parent: nodejs-npm-run-test
description: | description: |
Run "test-integration" using nodejs. Run "test-integration" using nodejs.
@ -17,7 +17,7 @@
node_version: 4 node_version: 4
- job: - job:
name: nodejs-npm4-run-test-unit name: storyboard-webclient-nodejs-npm4-run-test-unit
parent: nodejs-npm-run-test parent: nodejs-npm-run-test
description: | description: |
Run "test-unit" using nodejs. Run "test-unit" using nodejs.
@ -29,18 +29,17 @@
name: openstack-infra/storyboard-webclient name: openstack-infra/storyboard-webclient
check: check:
jobs: jobs:
- nodejs-npm4-run-test-unit - storyboard-webclient-nodejs-npm4-run-test-unit
- nodejs-npm4-run-test-functional - storyboard-webclient-nodejs-npm4-run-test-functional
- nodejs-npm4-run-test-integration - storyboard-webclient-nodejs-npm4-run-test-integration
- build-javascript-content: - build-javascript-content:
vars: vars:
npm_command: draft npm_command: draft
gate: gate:
jobs: jobs:
- nodejs-npm4-run-test-unit - storyboard-webclient-nodejs-npm4-run-test-unit
- nodejs-npm4-run-test-functional - storyboard-webclient-nodejs-npm4-run-test-functional
- nodejs-npm4-run-test-integration - storyboard-webclient-nodejs-npm4-run-test-integration
- build-javascript-content: - build-javascript-content:
vars: vars:
npm_command: draft npm_command: draft