system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-planet.yaml
Clark Boylan f603369af0 Jenkins jobify the openstack-planet jobs.
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
2012-09-27 23:31:06 +00:00

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