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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json

Issue 1062583003: Adding config step to output the bisect config dictionary. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Created 5 years, 9 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/auto_bisect/example.expected/reversed_basic.json
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json
index 01ea9d1fd0ba3d36e1f9fae66090cd9bf3e02faf..c62e6cb7b8cdb9d9dee89964eac9458ab46aba56 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json
@@ -1,6 +1,13 @@
[
{
"cmd": [
+ "echo",
+ "{'good_revision': '314015', 'builder_host': 'master4.golo.chromium.org', 'truncate_percent': '0', 'metric': 'mean_input_event_latency/mean_input_event_latency', 'max_time_minutes': '5', 'builder_port': '8341', 'bug_id': '', 'command': 'src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases', 'skip_gclient_ops': 'True', 'dummy_builds': 'True', 'repeat_count': '2', 'test_type': 'perf', 'gs_bucket': 'chrome-perf', 'bad_revision': '314017'}"
+ ],
+ "name": "config"
+ },
+ {
+ "cmd": [
"git",
"log",
"--format=hash:%H",

Powered by Google App Engine
This is Rietveld 408576698