
This patch adds the jshint job to tuskar-ui and marks it as non-voting. Change-Id: I5b6ef3cc3522c40af3cec80281f551bb891d5fa6 Closes-Bug: #1282961
29 lines
498 B
YAML
29 lines
498 B
YAML
- job:
|
|
name: gate-tuskar-ui-selenium
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- selenium:
|
|
github-org: openstack
|
|
project: tuskar-ui
|
|
|
|
publishers:
|
|
- 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
|