project-config/jenkins/jobs/openstack-planet.yaml
Andreas Jaeger 4540aefb86 ubuntu-trusty: misc,openstack-planet,...
Convert misc, openstack-planet, project-team-guide,
python-storyboarclient, and static-publish-jobs to use ubuntu-trusty.

Change-Id: I42ce998f34b31f108a1712fdd167d35516368084
2016-03-06 07:53:12 +01:00

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