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:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user