b1774fded0
We need to make sure that jenkins will run jobs on bare-trusty before we can migrate and projects to bare-trusty. So do the initial JJB prep now, then we can do a project at a time. Change-Id: I6e80567730bff8d387d8a5b87d7368ea3be6d3ab
29 lines
532 B
YAML
29 lines
532 B
YAML
- job:
|
|
name: gate-tuskar-ui-selenium
|
|
node: 'bare-precise || bare-trusty'
|
|
|
|
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 || bare-trusty'
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- tox:
|
|
envlist: jshint
|
|
github-org: openstack
|
|
project: tuskar-ui
|
|
|
|
publishers:
|
|
- console-log
|