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

Unified Diff: tools/bots/cross-vm.py

Issue 346373003: Always clobber the out dir on the arm board (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/cross-vm.py
===================================================================
--- tools/bots/cross-vm.py (revision 37581)
+++ tools/bots/cross-vm.py (working copy)
@@ -91,6 +91,8 @@
for path in temporary_files:
if os.path.exists(path):
os.remove(path)
+ # We alwasy clobber this to save disk on the arm board.
Bill Hesse 2014/06/24 10:33:02 always
+ bot.Clobber(force=True)
def main():
name, is_buildbot = bot.GetBotName()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698