jenkins-bot has submitted this change and it was merged.

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, 19 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/misc.yaml b/jjb/misc.yaml
index bfd7ac3..c4b08c7 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,25 @@
         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: merged
Gerrit-Change-Id: I2362513d9ebead7d88bcd9c5eca1e0beb4ffac3a
Gerrit-PatchSet: 6
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Phedenskog <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to