Switch openstack-ci-puppet to zuul.

Change-Id: I83454ac4e337550b01a92b607c0a2fbc549596c3
This commit is contained in:
James E. Blair 2012-06-01 16:27:37 -07:00
parent e7d8329a28
commit b27d812340
2 changed files with 43 additions and 28 deletions

View File

@ -4,7 +4,6 @@ modules:
- properties - properties
- scm - scm
- assignednode - assignednode
- trigger_gerrit
- builders - builders
- publisher_none - publisher_none
@ -14,20 +13,25 @@ main:
github_org: 'openstack' github_org: 'openstack'
project: 'openstack-ci-puppet' project: 'openstack-ci-puppet'
disabled: 'false' disabled: 'false'
concurrent: 'true'
trigger: parameters:
triggerOnPatchsetUploadedEvent: 'false' - name: UUID
triggerOnChangeMergedEvent: 'false' type: string
triggerOnCommentAddedEvent: 'true' description: Zuul provided key to link builds with Gerrit events
triggerOnRefUpdatedEvent: 'false' - name: GERRIT_PROJECT
triggerApprovalCategory: 'APRV' type: string
triggerApprovalValue: 1 description: Zuul provided project name
failureMessage: 'This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset.' - name: GERRIT_BRANCH
projects: type: string
- projectCompareType: 'PLAIN' description: Zuul provided branch name
projectPattern: 'openstack/openstack-ci-puppet' - name: GERRIT_CHANGES
branchCompareType: 'ANT' type: string
branchPattern: '**' description: Zuul provided list of dependent changes to merge
notification_endpoints:
- protocol: HTTP
URL: http://127.0.0.1:8001/jenkins_endpoint
builders: builders:
- gerrit_git_prep - gerrit_git_prep
@ -44,7 +48,6 @@ modules:
- properties - properties
- scm - scm
- assignednode - assignednode
- trigger_gerrit
- builders - builders
- publisher_none - publisher_none
@ -54,20 +57,25 @@ main:
github_org: 'openstack' github_org: 'openstack'
project: 'openstack-ci-puppet' project: 'openstack-ci-puppet'
disabled: 'false' disabled: 'false'
concurrent: 'true'
trigger: parameters:
triggerOnPatchsetUploadedEvent: 'false' - name: UUID
triggerOnChangeMergedEvent: 'false' type: string
triggerOnCommentAddedEvent: 'true' description: Zuul provided key to link builds with Gerrit events
triggerOnRefUpdatedEvent: 'false' - name: GERRIT_PROJECT
triggerApprovalCategory: 'APRV' type: string
triggerApprovalValue: 1 description: Zuul provided project name
failureMessage: '' - name: GERRIT_BRANCH
projects: type: string
- projectCompareType: 'PLAIN' description: Zuul provided branch name
projectPattern: 'openstack/openstack-ci-puppet' - name: GERRIT_CHANGES
branchCompareType: 'ANT' type: string
branchPattern: '**' description: Zuul provided list of dependent changes to merge
notification_endpoints:
- protocol: HTTP
URL: http://127.0.0.1:8001/jenkins_endpoint
builders: builders:
- gerrit_git_prep - gerrit_git_prep

View File

@ -54,3 +54,10 @@ projects:
- gate-gerrit-unittests - gate-gerrit-unittests
post: post:
- gerrit-package - gerrit-package
- name: openstack/openstack-ci-puppet
check:
- gate-ci-puppet-merge:
- gate-ci-puppet-syntax
gate:
- gate-ci-puppet-merge:
- gate-ci-puppet-syntax