Phedenskog has uploaded a new change for review.

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

Change subject: Notify wikimedia-perf when WebPageTest fails
......................................................................

Notify wikimedia-perf when WebPageTest fails

Lets notify #wikimedia-perf on IRC when WebPageTest fails so it's
easier for us to take action when there's problem with the
environment.

Change-Id: I2362513d9ebead7d88bcd9c5eca1e0beb4ffac3a
---
M jjb/misc.yaml
1 file changed, 18 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/31/265631/1

diff --git a/jjb/misc.yaml b/jjb/misc.yaml
index bfd7ac3..e8df74a 100644
--- a/jjb/misc.yaml
+++ b/jjb/misc.yaml
@@ -234,6 +234,7 @@
         RESULT+=$?
         exit $RESULT
     publishers:
+      - webpagetest-irc
       - workspace-cleanup
 
 - job:
@@ -286,7 +287,24 @@
         RESULT+=$?
         exit $RESULT
     publishers:
+      - webpagetest-irc
       - workspace-cleanup
+
+- publisher:
+    name: webpagetest-irc
+    publishers:
+      - ircbot:
+        strategy: new-failure-and-fixed
+        notify-start: false
+        notify-committers: false
+        notify-culprits: false
+        notify-upstream: false
+        notify-fixers: false
+        message-type: summary
+        matrix-notifier: only-parent
+        channels:
+          - name: '#wikimedia-perf'
+          notify-only: true
 -
  job:
     name: 'fail-archived-repositories'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2362513d9ebead7d88bcd9c5eca1e0beb4ffac3a
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Phedenskog <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to