f603369af0
Convert the two openstack-planet jobs, gate-openstack-planet-merge and gate-openstack-planet-unittest, to jobs managed by the Jenkins Job Builder. Change-Id: I77112329ef553e060e50e774c40cad8cc6f59136 Reviewed-on: https://review.openstack.org/13799 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
16 lines
284 B
YAML
16 lines
284 B
YAML
# Not using the template because openstack-planet does not use tox.
|
|
- job:
|
|
name: 'gate-openstack-planet-unittest'
|
|
node: 'precise'
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
python test.py
|
|
|
|
publishers:
|
|
- console-log
|