Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/325109

Change subject: Add a puppet compiler pipeline
......................................................................

Add a puppet compiler pipeline

In preperation for supporting running puppet compiler from a gerrit
comment

Change-Id: I575d5840e0e09d7828b11d5bdf687d493f4cc59d
---
M zuul/layout.yaml
1 file changed, 23 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/09/325109/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 8465c11..98b965d 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -598,6 +598,29 @@
       gerrit:
         verified: 0
 
+  - name: puppet-compiler
+    description: Jobs triggered after a comment on gerrit.
+    manager: IndependentPipelineManager
+    source: gerrit
+    trigger:
+      gerrit:
+        - event: comment-added
+          comment: (?im)^Patch Set \d+:\n\n\s*check puppet-compiler 
(php53?|zend)\.?\s*$
+          # Might want to create a new whitelist if we decide we only want 
half of the users to run this.
+          email: *email_whitelist
+          branch: (?!^refs/meta/config)
+    start:
+      gerrit:
+        verified: 0
+    success-message: 'Puppet compiler build succeeded.'
+    success:
+      gerrit:
+        verified: 2
+    failure-message: 'Puppet compiler build failed.'
+    failure:
+      gerrit:
+        verified: -1
+
   # Pipeline reacting whenever a reference is updated
   - name: post
     description: Whenever a reference is updated.

-- 
To view, visit https://gerrit.wikimedia.org/r/325109
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I575d5840e0e09d7828b11d5bdf687d493f4cc59d
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to