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

Side by Side Diff: buildbot/README.google

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 unified diff | Download patch
« no previous file with comments | « no previous file | buildbot/process/buildstep.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 URL: http://buildbot.net/trac 1 URL: http://buildbot.net/trac
2 Version: 0.7.11 at revision 210dcf66260cb2ca77ecd0992f4274b4994302f6 2 Version: 0.7.11 at revision 210dcf66260cb2ca77ecd0992f4274b4994302f6
3 License: GNU General Public License (GPL) Version 2 3 License: GNU General Public License (GPL) Version 2
4 4
5 Local modifications: 5 Local modifications:
6 6
7 process/builder.py 7 process/builder.py
8 Support property-selected slavename for slave selection on multi-slave 8 Support property-selected slavename for slave selection on multi-slave
9 builder. 9 builder.
10 Original version saved as builder_orig.py 10 Original version saved as builder_orig.py
11 11
12 process/buildstep.py 12 process/buildstep.py
13 Add **kwargs at the end of the __init__ for RemoteShellCommand since 13 Add **kwargs at the end of the __init__ for RemoteShellCommand since
14 we pass more parameters. 14 we pass more parameters.
15 Change "slave lost" to be an exception instead of a failure.
15 16
16 slave/commands.py 17 slave/commands.py
17 Use os.path.normpath when calling os.makedirs when it might be called with 18 Use os.path.normpath when calling os.makedirs when it might be called with
18 trailing '..' components. 19 trailing '..' components.
19 Original version saved as commands_orig.py 20 Original version saved as commands_orig.py
20 21
21 status/web/base.py 22 status/web/base.py
22 Changed the http headers emitted so browsers won't cache changing status 23 Changed the http headers emitted so browsers won't cache changing status
23 pages. Original version saved as base_orig.py 24 pages. Original version saved as base_orig.py
24 25
25 status/web/console*.py 26 status/web/console*.py
26 Add support for caching, json output and merge/collapsed view. 27 Add support for caching, json output and merge/collapsed view.
27 28
28 status/web/stats.py 29 status/web/stats.py
29 Add new status page to show the cycle time stats for the builders. 30 Add new status page to show the cycle time stats for the builders.
OLDNEW
« no previous file with comments | « no previous file | buildbot/process/buildstep.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698