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

Unified Diff: tools/bots/dartium_android.py

Issue 190543002: Reenable the apk archiving from the android bot. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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/dartium_android.py
===================================================================
--- tools/bots/dartium_android.py (revision 33414)
+++ tools/bots/dartium_android.py (working copy)
@@ -82,8 +82,7 @@
print "No build products directory given."
sys.exit(1)
- # Reenable once we have new gsutil working
- # UploadAPKs(options)
+ UploadAPKs(options)
sys.exit(0)
if __name__ == '__main__':
« 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