project-config/jenkins/jobs/openstack-planet.yaml

15 lines
312 B
YAML

# Not using the template because openstack-planet does not use tox.
- job:
name: 'gate-openstack-planet-unittest'
node: ubuntu-trusty
builders:
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- shell: |
python test.py
publishers:
- console-log