Add jshint job for tuskar-ui
This patch adds the jshint job to tuskar-ui and marks it as non-voting. Change-Id: I5b6ef3cc3522c40af3cec80281f551bb891d5fa6 Closes-Bug: #1282961
This commit is contained in:
parent
5c5c3ad9d6
commit
04f029d3bf
@ -11,3 +11,18 @@
|
|||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: gate-tuskar-ui-jshint
|
||||||
|
node: bare-precise
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- revoke-sudo
|
||||||
|
- gerrit-git-prep
|
||||||
|
- tox:
|
||||||
|
envlist: jshint
|
||||||
|
github-org: openstack
|
||||||
|
project: tuskar-ui
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
||||||
|
@ -662,6 +662,8 @@ jobs:
|
|||||||
- name: ^experimental-swift-logs.*$
|
- name: ^experimental-swift-logs.*$
|
||||||
swift:
|
swift:
|
||||||
- name: logs
|
- name: logs
|
||||||
|
- name: gate-tuskar-ui-jshint
|
||||||
|
voting: false
|
||||||
|
|
||||||
# The project list is grouped by type of project, and within each
|
# The project list is grouped by type of project, and within each
|
||||||
# group, projects are sorted (mostly) alphabetically.
|
# group, projects are sorted (mostly) alphabetically.
|
||||||
@ -2244,6 +2246,7 @@ projects:
|
|||||||
- gate-tuskar-ui-python26
|
- gate-tuskar-ui-python26
|
||||||
- gate-tuskar-ui-python27
|
- gate-tuskar-ui-python27
|
||||||
- gate-tuskar-ui-selenium
|
- gate-tuskar-ui-selenium
|
||||||
|
- gate-tuskar-ui-jshint
|
||||||
gate:
|
gate:
|
||||||
- gate-tuskar-ui-pep8
|
- gate-tuskar-ui-pep8
|
||||||
- gate-tuskar-ui-python26
|
- gate-tuskar-ui-python26
|
||||||
|
Loading…
Reference in New Issue
Block a user