acf7572d10
We do not need gerrit-git-prep anymore, zuul-git-prep works on all our slaves and has the advantage of using zuul-cloner so that the local cache is used and Depends-On works. Remove gerrit-git-prep and use zuul-git-prep instead everywhere. Change-Id: I2f106af58f78fceaf3c497fe43e6f5a002695645
15 lines
310 B
YAML
15 lines
310 B
YAML
# Not using the template because openstack-planet does not use tox.
|
|
- job:
|
|
name: 'gate-openstack-planet-unittest'
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- zuul-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- shell: |
|
|
python test.py
|
|
|
|
publishers:
|
|
- console-log
|