James E. Blair 32eb3deba0 Switch all jobs to Zuul.
Change-Id: I8b15bec5e3e936e4a698737cf86354dd91a7850c
2012-06-04 13:12:33 -07:00

45 lines
836 B
YAML

---
# merge-gate
modules:
- properties
- scm
- assignednode
- builders
- publisher_none
main:
name: 'gate-devstack-merge'
review_site: 'review.openstack.org'
github_org: 'openstack-dev'
project: 'devstack'
disabled: 'false'
concurrent: 'true'
parameters:
- name: UUID
type: string
description: Zuul provided key to link builds with Gerrit events
- name: GERRIT_PROJECT
type: string
description: Zuul provided project name
- name: GERRIT_BRANCH
type: string
description: Zuul provided branch name
- name: GERRIT_CHANGES
type: string
description: Zuul provided list of dependent changes to merge
notification_endpoints:
- protocol: HTTP
URL: http://127.0.0.1:8001/jenkins_endpoint
builders:
- gerrit_git_prep
scm:
scm: 'false'
assignednode:
node: 'oneiric'