Guest User

Untitled

a guest
Dec 6th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. pipelines:
  2. - name: check
  3. description: Newly uploaded patchsets enter this pipeline to receive an initial +/-1 Verified vote from Jenkins.
  4. failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures
  5. manager: IndependentPipelineManager
  6. source: gerrit
  7. precedence: low
  8. require:
  9. open: True
  10. current-patchset: True
  11. trigger:
  12. gerrit:
  13. - event: patchset-created
  14. - event: change-restored
  15. - event: comment-added
  16. comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
  17. - event: comment-added
  18. require-approval:
  19. - verified: [-1, -2]
  20. username: jenkins
  21. approval:
  22. - workflow: 1
  23. success:
  24. gerrit:
  25. verified: 1
  26. failure:
  27. gerrit:
  28. verified: -1
  29.  
  30. - name: gate
  31. 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.
  32. failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures
  33. manager: DependentPipelineManager
  34. source: gerrit
  35. precedence: normal
  36. require:
  37. open: True
  38. current-patchset: True
  39. approval:
  40. - verified: [1, 2]
  41. username: jenkins
  42. - workflow: 1
  43. trigger:
  44. gerrit:
  45. - event: comment-added
  46. approval:
  47. - workflow: 1
  48. - event: comment-added
  49. approval:
  50. - verified: 1
  51. username: jenkins
  52. start:
  53. gerrit:
  54. verified: 0
  55. success:
  56. gerrit:
  57. verified: 2
  58. submit: true
  59. failure:
  60. gerrit:
  61. verified: -2
  62. window-floor: 20
  63.  
  64. projects:
  65. - name: metacloud/spine-config
  66. check:
  67. - gate-noop-spine
  68. gate:
  69. - gate-noop-spine
  70.  
  71. - name: metacloud/glance
  72. check:
  73. - gate-glance-pep8:
  74. - gate-glance-python27
  75. gate:
  76. - gate-glance-pep8:
  77. - gate-glance-python27
Advertisement
Add Comment
Please, Sign In to add comment