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

Unified Diff: tools/telemetry/telemetry/unittest/json_results.py

Issue 470823003: Disable uploading telemetry results temporarily. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/telemetry/telemetry/unittest/json_results.py
diff --git a/tools/telemetry/telemetry/unittest/json_results.py b/tools/telemetry/telemetry/unittest/json_results.py
index cb67e241b30df0ba7ec46dd99924f982d5fa49f5..a0cdef64be6e95bef3c437fe8b0ea5f3f2483d6f 100644
--- a/tools/telemetry/telemetry/unittest/json_results.py
+++ b/tools/telemetry/telemetry/unittest/json_results.py
@@ -58,6 +58,9 @@ def UploadFullResultsIfNecessary(args, full_results):
if not args.test_results_server:
return False, ''
+ # TODO(dpranke) crbug.com/403663 disable this temporarily.
+ return False, ''
+
url = 'http://%s/testfile/upload' % args.test_results_server
attrs = [('builder', args.builder_name),
('master', args.master_name),
« 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