diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..f8678800 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,39 @@ +- job: + name: nodejs-npm4-run-test-functional + parent: nodejs-npm-run-test + description: | + Run "test-functional" using nodejs. + vars: + npm_command: test-functional + node_version: 4 + +- job: + name: nodejs-npm4-run-test-integration + parent: nodejs-npm-run-test + description: | + Run "test-integration" using nodejs. + vars: + npm_command: test-integration + node_version: 4 + +- job: + name: nodejs-npm4-run-test-unit + parent: nodejs-npm-run-test + description: | + Run "test-unit" using nodejs. + vars: + npm_command: test-unit + node_version: 4 + +- project: + name: openstack-infra/storyboard-webclient + check: + jobs: + - nodejs-npm4-run-test-unit + - nodejs-npm4-run-test-functional + - nodejs-npm4-run-test-integration + gate: + jobs: + - nodejs-npm4-run-test-unit + - nodejs-npm4-run-test-functional + - nodejs-npm4-run-test-integration