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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/steps.py

Issue 2228763002: Revert of Upload LocalGTestTest results to test-results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 | scripts/slave/recipes/chromium.expected/buildnumber_zero.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/steps.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py
index dfeb836b787cb90e67cc31bf04902b08d77724f7..3e55c4186348c49ea67187f583439ecf8c3f3cc8 100644
--- a/scripts/slave/recipe_modules/chromium_tests/steps.py
+++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
@@ -357,13 +357,6 @@
p.step_text += api.test_utils.format_step_text([
['failures:', r.failures]
])
-
- api.test_results.upload(
- api.json.input(r.raw),
- test_type=self.name,
- chrome_revision=api.bot_update.last_returned_properties.get(
- 'got_revision_cp', 'x@{#0}'),
- test_results_server='test-results.appspot.com')
return step_result
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/buildnumber_zero.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698