project-config/jenkins/jobs/misc.yaml
Clark Boylan 5f549caaa8 Switch to using run-tox.sh everywhere.
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
2014-12-01 08:36:19 -08:00

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'