From aff3f59926bc6596d1d5d1d0446d99000f6ae91c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 17 Dec 2017 20:23:10 +0100 Subject: [PATCH] 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 --- .zuul.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 690e1634..d1476155 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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