ae5c7ea776
And reconfigure zuul.openstack.org for gearman. Change-Id: I251135e3b0f2638bcc0d817dadb549c0fc2e0d2f Reviewed-on: https://review.openstack.org/32164 Tested-by: Jenkins Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: James E. Blair <corvus@inaugust.com>
13 lines
254 B
YAML
13 lines
254 B
YAML
# Not using the template because openstack-planet does not use tox.
|
|
- job:
|
|
name: 'gate-openstack-planet-unittest'
|
|
node: precise
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
python test.py
|
|
|
|
publishers:
|
|
- console-log
|