4540aefb86
Convert misc, openstack-planet, project-team-guide, python-storyboarclient, and static-publish-jobs to use ubuntu-trusty. Change-Id: I42ce998f34b31f108a1712fdd167d35516368084
15 lines
312 B
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
|