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

Unified Diff: tools/archive_crash.py

Issue 862133003: Temporarily archive asan build from c3 bot (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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/archive_crash.py
===================================================================
--- tools/archive_crash.py (revision 43131)
+++ tools/archive_crash.py (working copy)
@@ -33,7 +33,13 @@
archived_filename = '%s%s' % (gs_location, filename.split('/').pop())
print 'Dump now available in %s' % archived_filename
+def TEMPArchiveBuild():
+ d = '/b/build/slave/vm-linux-debug-x64-asan-be/build/dart/out/DebugX64/dart'
+ CopyToGCS(d)
+
def Main():
+ if 'PWD' in os.environ and 'x64-asan' in os.environ['PWD']:
+ TEMPArchiveBuild()
if utils.GuessOS() != 'linux':
print 'Currently only archiving crash dumps on linux'
return 0
« 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