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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.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_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json
index cb3019dac522af58803e9c437ae9e823ddb9fd42..583003e507ee297b9e82f5c82f63002f0f4cfa02 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json
@@ -192,7 +192,9 @@
"--build-number=571",
"--run-python-script",
"[SLAVE_BUILD]\\src\\tools\\telemetry\\run_tests",
- "--browser=debug_x64"
+ "--browser=debug_x64",
+ "--write-full-results-to",
+ "/path/to/tmp/json"
],
"name": "telemetry_unittests (with patch)"
},
@@ -215,7 +217,9 @@
"--build-number=571",
"--run-python-script",
"[SLAVE_BUILD]\\src\\tools\\perf\\run_tests",
- "--browser=debug_x64"
+ "--browser=debug_x64",
+ "--write-full-results-to",
+ "/path/to/tmp/json"
],
"name": "telemetry_perf_unittests (with patch)"
},

Powered by Google App Engine
This is Rietveld 408576698