xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] travis: add IRC notifications
@ 2016-02-19 15:13 Doug Goldstein
  2016-02-22 17:06 ` Ian Jackson
  0 siblings, 1 reply; 12+ messages in thread
From: Doug Goldstein @ 2016-02-19 15:13 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Doug Goldstein, Ian Jackson,
	Tim Deegan, Jan Beulich

This will cause failed builds and when the build flips back to success
to be reported to #xentest on FreeNode. The syntax of the message will
be:
<travis-ci>	xen-project/xen#BUILDID (BRANCH - REVISION : COMMITTER)
<travis-ci>	Change view :
https://github.com/xen-project/xen/compare/RANGE
<travis-ci>	Build details :
https://travis-ci.org/xen-project/xen/builds/BUILDID

The blob was generated with the following command:
travis encrypt -r xen-project/xen 'chat.freenode.net#xentest'

The reason it is encrypted is to prevent people that fork the repo to
spam #xentest. This value will only properly decrypt when running within
the xen-project/xen space.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Ian Jackson <ian.jackson@eu.citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Keir Fraser <keir@xen.org>
CC: Tim Deegan <tim@xen.org>
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 189d568..3118600 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,3 +79,7 @@ script:
       make CC="${CROSS_COMPILE}${CC}" HOSTCC="${CC}" dist )
 after_script:
     - cat xen/.config
+notifications:
+    irc:
+        channels:
+            - secure: "mPIFllF6eW3F3talvccMy55Tfcid66IPkkXZYCxDKRF2DQrMyvmg4qt0xN6gGZsdfOBMNr+/YfO5PxusBCUkVdBGBzd3QhFoIDYZbJZgzVh3yNDQ+x4L7p1cZNrwJ2loMmSX6KxGKZxZX9NRStrTUkVyp0jGZB9xkwT8Rl6jXj7EQkgQ95K1Wqafx0ycLfyDQmzX9bzi/3KIBFKMGmK18AFMh+R30zK0FPUUsS4+VhepIkVqO5puU3OYePd34wRnWlt7hjU2Vj5vYmVXp3UOE+E8/Lf9IGVAhitDi+EC35b8zo2BHJ9z6xZARYPvfSqbXcXV20RycabI+e3ufZJ40eatssly5QjWH+HhKS42C4gV1psmQhkTCNCM62Ty5uf6R1hsZJQuiOZrc8ojdje8ey2MxJk4R+Xz+Igg1/kD6+WX9/Y6Y3iRuj5HL1xCYfpTbK4mC7ofw0SofW2aAGI68jHpCqJdQCDzMl6748PlDMM0eKe0MPKIEenYHcoBnOEC/jciXUDa6wduV75EEip7oq2i+m44MopcsEDTpdliH077GhKapF0ActjvBTLpyoTRSfkKm0NZol/dgwd3PGG/mY8clIoeXWRb4opk93ejPC967KmSNC68SlfwaJmFZS5T9vAgb6k7r6i9G3dmYtrLKzws8IV1CPWqLzk58+v4pRk="
-- 
2.5.4 (Apple Git-61)

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-03-01 18:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 15:13 [PATCH] travis: add IRC notifications Doug Goldstein
2016-02-22 17:06 ` Ian Jackson
2016-02-22 17:08   ` Andrew Cooper
2016-02-22 18:34   ` Doug Goldstein
2016-02-22 18:39     ` Lars Kurth
2016-02-22 19:03       ` Konrad Rzeszutek Wilk
2016-02-23  9:33         ` George Dunlap
2016-02-29 21:10           ` Doug Goldstein
2016-02-29 21:56             ` Konrad Rzeszutek Wilk
2016-03-01 18:10               ` Ian Jackson
2016-03-01  9:36             ` George Dunlap
2016-03-01 18:11     ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).