Added npm-run jobs to refstack.

refstack includes various javascript components, which can be
tested in the gate. This patch adds those jobs to the project.

Change-Id: Icefcf5055d6d67d1e317bd7792af8d4035352691
depends-on: I6bd6bbd32380e822096287fe6ed3de1bff582749
This commit is contained in:
Michael Krotscheck
2015-05-26 13:26:12 -07:00
parent 83391d75be
commit 023a23314d
2 changed files with 8 additions and 0 deletions

View File

@@ -5381,6 +5381,10 @@
jobs:
- python-jobs
- 'gate-{name}-npm-run-{command}':
command: 'lint'
- 'gate-{name}-npm-run-{command}':
command: 'test-single-run'
- project:
name: refstack-client

View File

@@ -7212,10 +7212,14 @@ projects:
template:
- name: merge-check
check:
- gate-refstack-npm-run-lint
- gate-refstack-npm-run-test-single-run
- gate-refstack-pep8
- gate-refstack-python27
- gate-refstack-python34
gate:
- gate-refstack-npm-run-lint
- gate-refstack-npm-run-test-single-run
- gate-refstack-pep8
- gate-refstack-python27