[gnome-continuous] ircbot: Announce smoketest-classic and smoketest-wayland results



commit adea79288b7c6c3c6307ac7d7eb4c1468613643a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Apr 28 11:25:57 2014 -0400

    ircbot: Announce smoketest-classic and smoketest-wayland results

 extras/ircbot/bot.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extras/ircbot/bot.py b/extras/ircbot/bot.py
index 32fead9..4d81158 100644
--- a/extras/ircbot/bot.py
+++ b/extras/ircbot/bot.py
@@ -59,7 +59,7 @@ class BuildGnomeOrg(irc.IRCClient):
         self._last_task_state = {}
         tracked_build = 'buildmaster'
         self._flood_tasks = ['build']
-        self._announce_changed_tasks = ['resolve', 'smoketest', 'integrationtest', 'applicationstest']
+        self._announce_changed_tasks = ['resolve', 'smoketest', 'smoketest-classic', 'smoketest-wayland', 
'integrationtest', 'applicationstest']
         self._workdir = os.path.expanduser('/srv/ostree/ostbuild/%s/' % (tracked_build, ))
         self._workurl = "http://build.gnome.org/continuous/%s"; % (tracked_build, )
         self._loop = task.LoopingCall(self._query_new_tasks)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]