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

Unified Diff: scripts/slave/chromium/archive_layout_test_results.py

Issue 2415543003: Update TODO comment about full_results.json in archive_layout_test_results.py. (Closed)
Patch Set: Created 4 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 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: scripts/slave/chromium/archive_layout_test_results.py
diff --git a/scripts/slave/chromium/archive_layout_test_results.py b/scripts/slave/chromium/archive_layout_test_results.py
index d6387260d1ed2072f755835e462b61696a186169..dfbc746780d6c96b9a9ea5a8ea73069d19f3d004 100755
--- a/scripts/slave/chromium/archive_layout_test_results.py
+++ b/scripts/slave/chromium/archive_layout_test_results.py
@@ -167,8 +167,7 @@ def archive_layout(options, args):
results_dir_basename,
actual_file_list,
options.results_dir)[1]
- # TODO(ojan): Stop separately uploading full_results.json once garden-o-matic
- # switches to using failing_results.json.
+ # TODO(crbug.com/655202): Stop separately uploading failing_results.json.
full_results_json = os.path.join(options.results_dir, 'full_results.json')
failing_results_json = os.path.join(options.results_dir,
'failing_results.json')
« 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