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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json b/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
index 67d42bf72587319ce5bfdd25d021930248b0d806..886f985b49d9e88bfc542896c6b3d33f22af5e02 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
@@ -319,7 +319,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 (with patch)"
},
@@ -343,7 +345,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 (with patch)"
},
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698