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
1 changed files with 9 additions and 10 deletions

View File

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