Switch gerrit repo to zuul.
Change-Id: I22a6de6b91d78e15c5e6d17c0e34ecb80218303b
This commit is contained in:
parent
03cf63e436
commit
fdb8980657
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
# gate-gerrit-merge
|
||||||
modules:
|
modules:
|
||||||
- properties
|
- properties
|
||||||
- scm
|
- scm
|
||||||
- assignednode
|
- assignednode
|
||||||
- trigger_gerrit
|
|
||||||
- builders
|
- builders
|
||||||
- publisher_none
|
- publisher_none
|
||||||
|
|
||||||
@ -14,61 +14,25 @@ main:
|
|||||||
project: 'gerrit'
|
project: 'gerrit'
|
||||||
authenticatedBuild: 'true'
|
authenticatedBuild: 'true'
|
||||||
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-ci/gerrit'
|
- name: GERRIT_CHANGES
|
||||||
branchCompareType: 'ANT'
|
type: string
|
||||||
branchPattern: '**'
|
description: Zuul provided list of dependent changes to merge
|
||||||
|
|
||||||
builders:
|
notification_endpoints:
|
||||||
- gerrit_git_prep
|
- protocol: HTTP
|
||||||
|
URL: http://127.0.0.1:8001/jenkins_endpoint
|
||||||
scm:
|
|
||||||
scm: 'false'
|
|
||||||
|
|
||||||
assignednode:
|
|
||||||
node: 'oneiric'
|
|
||||||
|
|
||||||
---
|
|
||||||
modules:
|
|
||||||
- properties
|
|
||||||
- scm
|
|
||||||
- assignednode
|
|
||||||
- trigger_gerrit
|
|
||||||
- builders
|
|
||||||
- publisher_none
|
|
||||||
|
|
||||||
main:
|
|
||||||
name: 'check-gerrit-merge'
|
|
||||||
github_org: 'openstack-ci'
|
|
||||||
review_site: 'review.openstack.org'
|
|
||||||
project: 'gerrit'
|
|
||||||
authenticatedBuild: 'true'
|
|
||||||
disabled: 'false'
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
triggerOnPatchsetUploadedEvent: 'true'
|
|
||||||
triggerOnChangeMergedEvent: 'false'
|
|
||||||
triggerOnCommentAddedEvent: 'false'
|
|
||||||
triggerOnRefUpdatedEvent: 'false'
|
|
||||||
overrideVotes: 'true'
|
|
||||||
gerritBuildSuccessfulVerifiedValue: 1
|
|
||||||
gerritBuildFailedVerifiedValue: -1
|
|
||||||
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.'
|
|
||||||
projects:
|
|
||||||
- projectCompareType: 'PLAIN'
|
|
||||||
projectPattern: 'openstack-ci/gerrit'
|
|
||||||
branchCompareType: 'ANT'
|
|
||||||
branchPattern: '**'
|
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- gerrit_git_prep
|
- gerrit_git_prep
|
||||||
@ -86,7 +50,6 @@ modules:
|
|||||||
- properties
|
- properties
|
||||||
- scm
|
- scm
|
||||||
- assignednode
|
- assignednode
|
||||||
- trigger_gerrit
|
|
||||||
- builders:prebuilders
|
- builders:prebuilders
|
||||||
- publisher_war
|
- publisher_war
|
||||||
|
|
||||||
@ -97,21 +60,25 @@ main:
|
|||||||
project: 'gerrit'
|
project: 'gerrit'
|
||||||
authenticatedBuild: 'true'
|
authenticatedBuild: 'true'
|
||||||
disabled: 'false'
|
disabled: 'false'
|
||||||
|
concurrent: 'true'
|
||||||
|
|
||||||
trigger:
|
parameters:
|
||||||
triggerOnPatchsetUploadedEvent: 'true'
|
- name: UUID
|
||||||
triggerOnChangeMergedEvent: 'false'
|
type: string
|
||||||
triggerOnCommentAddedEvent: 'false'
|
description: Zuul provided key to link builds with Gerrit events
|
||||||
triggerOnRefUpdatedEvent: 'false'
|
- name: GERRIT_PROJECT
|
||||||
overrideVotes: 'true'
|
type: string
|
||||||
gerritBuildSuccessfulVerifiedValue: 1
|
description: Zuul provided project name
|
||||||
gerritBuildFailedVerifiedValue: -1
|
- name: GERRIT_BRANCH
|
||||||
failureMessage: ''
|
type: string
|
||||||
projects:
|
description: Zuul provided branch name
|
||||||
- projectCompareType: 'PLAIN'
|
- name: GERRIT_CHANGES
|
||||||
projectPattern: 'openstack-ci/gerrit'
|
type: string
|
||||||
branchCompareType: 'ANT'
|
description: Zuul provided list of dependent changes to merge
|
||||||
branchPattern: '**'
|
|
||||||
|
notification_endpoints:
|
||||||
|
- protocol: HTTP
|
||||||
|
URL: http://127.0.0.1:8001/jenkins_endpoint
|
||||||
|
|
||||||
prebuilders:
|
prebuilders:
|
||||||
- gerrit_git_prep
|
- gerrit_git_prep
|
||||||
@ -127,7 +94,7 @@ postbuilders:
|
|||||||
- gerrit_postrun
|
- gerrit_postrun
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
scm: 'true'
|
scm: 'false'
|
||||||
|
|
||||||
assignednode:
|
assignednode:
|
||||||
node: 'oneiric'
|
node: 'oneiric'
|
||||||
@ -144,7 +111,6 @@ modules:
|
|||||||
- properties
|
- properties
|
||||||
- scm
|
- scm
|
||||||
- assignednode
|
- assignednode
|
||||||
- trigger_gerrit
|
|
||||||
- builders:prebuilders
|
- builders:prebuilders
|
||||||
- builders:postbuilders
|
- builders:postbuilders
|
||||||
- publisher_none
|
- publisher_none
|
||||||
@ -156,20 +122,25 @@ main:
|
|||||||
project: 'gerrit'
|
project: 'gerrit'
|
||||||
authenticatedBuild: 'true'
|
authenticatedBuild: 'true'
|
||||||
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-ci/gerrit'
|
- 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
|
||||||
|
|
||||||
prebuilders:
|
prebuilders:
|
||||||
- gerrit_git_prep
|
- gerrit_git_prep
|
||||||
@ -185,7 +156,7 @@ postbuilders:
|
|||||||
- gerrit_postrun
|
- gerrit_postrun
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
scm: 'true'
|
scm: 'false'
|
||||||
|
|
||||||
assignednode:
|
assignednode:
|
||||||
node: 'oneiric'
|
node: 'oneiric'
|
||||||
@ -238,7 +209,7 @@ postbuilders:
|
|||||||
- gerrit_postrun
|
- gerrit_postrun
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
scm: 'true'
|
scm: 'false'
|
||||||
|
|
||||||
assignednode:
|
assignednode:
|
||||||
node: 'oneiric'
|
node: 'oneiric'
|
||||||
|
@ -24,6 +24,8 @@ jobs:
|
|||||||
failure-message: This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset.
|
failure-message: 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: gate-pypi-mirror-merge
|
- name: gate-pypi-mirror-merge
|
||||||
failure-message: This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset.
|
failure-message: 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: gate-gerrit-merge
|
||||||
|
failure-message: This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset.
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
- name: openstack-ci/zuul
|
- name: openstack-ci/zuul
|
||||||
@ -42,3 +44,10 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-pypi-mirror-merge:
|
- gate-pypi-mirror-merge:
|
||||||
- gate-pypi-mirror-pyflakes
|
- gate-pypi-mirror-pyflakes
|
||||||
|
- name: openstack-ci/gerrit
|
||||||
|
check:
|
||||||
|
- gate-gerrit-merge:
|
||||||
|
- check-gerrit-unittests
|
||||||
|
gate:
|
||||||
|
- gate-gerrit-merge:
|
||||||
|
- gate-gerrit-unittests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user