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

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest.json

Issue 417883002: Support proper retrying of telemetry_unittests in recipes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge to r285585 Created 6 years, 5 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/recipes/chromium.expected/dynamic_gtest.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_gtest.json b/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
index 6c51f37894df9405f4fbb561d985bbd2bea110b3..89f9f746b17244a6677debe9e7f7b4c298535ac1 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
@@ -222,7 +222,9 @@
"--build-number=571",
"--run-python-script",
"[SLAVE_BUILD]/src/tools/telemetry/run_tests",
- "--browser=release"
+ "--browser=release",
+ "--write-full-results-to",
+ "/path/to/tmp/json"
],
"name": "telemetry_unittests"
},
@@ -246,7 +248,9 @@
"--build-number=571",
"--run-python-script",
"[SLAVE_BUILD]/src/tools/perf/run_tests",
- "--browser=release"
+ "--browser=release",
+ "--write-full-results-to",
+ "/path/to/tmp/json"
],
"name": "telemetry_perf_unittests"
}

Powered by Google App Engine
This is Rietveld 408576698