5f549caaa8
Stop using run-unittests.sh. It creates confusion when people create jobs. Instead standardize on run-tox.sh. This means rewriting all the jobs that use run-unittests.sh to use run-tox.sh. Note that this depends on the parent change to merge first and have all our slave images rebuilt prior to merging this change. Change-Id: Ib81403c25485b120f48080a59f1894dc2130c05f
49 lines
691 B
YAML
49 lines
691 B
YAML
- job:
|
|
name: node-test
|
|
|
|
parameters:
|
|
- label:
|
|
name: NODE
|
|
description: Node to test
|
|
|
|
builders:
|
|
- shell: 'echo ok'
|
|
|
|
- job-template:
|
|
name: 'gate-{name}-run-tests'
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- run-tests
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
node: '{node}'
|
|
|
|
- job-template:
|
|
name: 'gate-{name}-bashate'
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- bashate
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
node: '{node}'
|
|
|
|
- job:
|
|
name: 'sandbox-tag'
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
node: 'bare-precise || bare-trusty'
|