Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: buildbot/process/buildstep.py

Issue 273040: Make "Slave lost" purple (exception) instead of red (failure). (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/buildbot/pylibs/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « buildbot/README.google ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/process/buildstep.py
===================================================================
--- buildbot/process/buildstep.py (revision 28679)
+++ buildbot/process/buildstep.py (working copy)
@@ -1075,7 +1075,7 @@
self.step_status.setText(self.describe(True) +
["failed", "slave", "lost"])
self.step_status.setText2(["failed", "slave", "lost"])
- return self.finished(FAILURE)
+ return self.finished(EXCEPTION)
# to refine the status output, override one or more of the following
# methods. Change as little as possible: start with the first ones on
« no previous file with comments | « buildbot/README.google ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698