2013-08-22 16:53:51 -07:00
|
|
|
- job:
|
|
|
|
name: node-test
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
- label:
|
|
|
|
name: NODE
|
|
|
|
description: Node to test
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- shell: 'echo ok'
|
|
|
|
|
2013-06-18 14:55:30 +02:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-run-tests'
|
2016-03-10 07:34:58 +01:00
|
|
|
node: ubuntu-trusty
|
2013-06-18 14:55:30 +02:00
|
|
|
|
|
|
|
builders:
|
2015-11-25 20:39:22 +01:00
|
|
|
- print-template-name:
|
|
|
|
template-name: "{template-name}"
|
2013-07-01 14:21:10 +02:00
|
|
|
- gerrit-git-prep
|
2016-03-28 15:23:38 +02:00
|
|
|
- install-distro-packages
|
|
|
|
- revoke-sudo
|
2014-06-27 23:37:48 -07:00
|
|
|
- run-tests
|
2013-06-18 14:55:30 +02:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
|
|
|
|
2015-12-21 20:45:31 +01:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-linters'
|
|
|
|
description: General target to run all lint like jobs
|
2016-03-08 11:05:16 +01:00
|
|
|
node: 'ubuntu-trusty'
|
2015-12-21 20:45:31 +01:00
|
|
|
|
|
|
|
builders:
|
|
|
|
- print-template-name:
|
|
|
|
template-name: "{template-name}"
|
|
|
|
- gerrit-git-prep
|
2016-03-08 11:05:16 +01:00
|
|
|
- install-distro-packages
|
|
|
|
- revoke-sudo
|
2015-12-21 20:45:31 +01:00
|
|
|
- linters
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
|
|
|
|
2013-10-14 19:01:28 -04:00
|
|
|
- job-template:
|
2014-06-27 15:39:20 -07:00
|
|
|
name: 'gate-{name}-bashate'
|
2016-03-08 11:05:16 +01:00
|
|
|
node: 'ubuntu-trusty'
|
2013-10-14 19:01:28 -04:00
|
|
|
|
|
|
|
builders:
|
2015-11-25 20:39:22 +01:00
|
|
|
- print-template-name:
|
|
|
|
template-name: "{template-name}"
|
2013-10-14 19:01:28 -04:00
|
|
|
- gerrit-git-prep
|
2016-03-08 11:05:16 +01:00
|
|
|
- install-distro-packages
|
|
|
|
- revoke-sudo
|
2014-06-27 23:37:48 -07:00
|
|
|
- bashate
|
2013-10-14 19:01:28 -04:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
|
|
|
|
2014-04-29 08:53:52 -07:00
|
|
|
- job:
|
|
|
|
name: 'sandbox-tag'
|
2016-03-05 15:47:47 +01:00
|
|
|
node: ubuntu-trusty
|
2014-04-29 08:53:52 -07:00
|
|
|
|
|
|
|
builders:
|
|
|
|
- gerrit-git-prep
|
2016-03-05 15:47:47 +01:00
|
|
|
- install-distro-packages
|
|
|
|
- revoke-sudo
|
2014-04-29 08:53:52 -07:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|