2012-09-27 15:22:08 -07:00
|
|
|
# Not using the template because openstack-planet does not use tox.
|
|
|
|
- job:
|
|
|
|
name: 'gate-openstack-planet-unittest'
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2012-09-27 15:22:08 -07:00
|
|
|
|
|
|
|
builders:
|
2014-03-21 12:00:06 -07:00
|
|
|
- revoke-sudo
|
2012-09-27 15:22:08 -07:00
|
|
|
- gerrit-git-prep
|
|
|
|
- shell: |
|
|
|
|
python test.py
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|