Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pipelines:
- - name: check
- description: Newly uploaded patchsets enter this pipeline to receive an initial +/-1 Verified vote from Jenkins.
- failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures
- manager: IndependentPipelineManager
- source: gerrit
- precedence: low
- require:
- open: True
- current-patchset: True
- trigger:
- gerrit:
- - event: patchset-created
- - event: change-restored
- - event: comment-added
- comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
- - event: comment-added
- require-approval:
- - verified: [-1, -2]
- username: jenkins
- approval:
- - workflow: 1
- success:
- gerrit:
- verified: 1
- failure:
- gerrit:
- verified: -1
- - name: gate
- description: Changes that have been approved by core developers are enqueued in order in this pipeline, and if they pass tests in Jenkins, will be merged.
- failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures
- manager: DependentPipelineManager
- source: gerrit
- precedence: normal
- require:
- open: True
- current-patchset: True
- approval:
- - verified: [1, 2]
- username: jenkins
- - workflow: 1
- trigger:
- gerrit:
- - event: comment-added
- approval:
- - workflow: 1
- - event: comment-added
- approval:
- - verified: 1
- username: jenkins
- start:
- gerrit:
- verified: 0
- success:
- gerrit:
- verified: 2
- submit: true
- failure:
- gerrit:
- verified: -2
- window-floor: 20
- projects:
- - name: metacloud/spine-config
- check:
- - gate-noop-spine
- gate:
- - gate-noop-spine
- - name: metacloud/glance
- check:
- - gate-glance-pep8:
- - gate-glance-python27
- gate:
- - gate-glance-pep8:
- - gate-glance-python27
Advertisement
Add Comment
Please, Sign In to add comment