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

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

Issue 2243343002: [Android] Stop using --flakiness-dashboard-server for gtests. (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
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 41854b57f599ba3aebada23b950f6eb3a79ca6b9..6202494a2e3fb615a16e2116ea887d28a2975968 100644
--- a/scripts/slave/recipe_modules/chromium_tests/steps.py
+++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
@@ -319,7 +319,6 @@ class LocalGTestTest(Test):
if is_android:
kwargs['json_results_file'] = gtest_results_file
- kwargs['flakiness_dashboard'] = 'test-results.appspot.com'
kwargs['shard_timeout'] = self._android_shard_timeout
kwargs['tool'] = self._android_tool
else:

Powered by Google App Engine
This is Rietveld 408576698