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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo",
5 "{'good_revision': '314015', 'builder_host': 'master4.golo.chromium.org', 'truncate_percent': '0', 'metric': 'mean_input_event_latency/mean_input_event_la tency', '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'}"
6 ],
7 "name": "config"
8 },
9 {
10 "cmd": [
4 "git", 11 "git",
5 "log", 12 "log",
6 "--format=hash:%H", 13 "--format=hash:%H",
7 "--grep", 14 "--grep",
8 "Cr-Commit-Position: refs/heads/master@{#314017}", 15 "Cr-Commit-Position: refs/heads/master@{#314017}",
9 "-1", 16 "-1",
10 "refs/heads/master" 17 "refs/heads/master"
11 ], 18 ],
12 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 19 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
13 "name": "resolving commit_pos 314017", 20 "name": "resolving commit_pos 314017",
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 "log", 680 "log",
674 "--format=%aNS3P4R4T0R%aES3P4R4T0R%sS3P4R4T0R%cDS3P4R4T0R%b", 681 "--format=%aNS3P4R4T0R%aES3P4R4T0R%sS3P4R4T0R%cDS3P4R4T0R%b",
675 "-1", 682 "-1",
676 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 683 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
677 ], 684 ],
678 "cwd": "[SLAVE_BUILD]", 685 "cwd": "[SLAVE_BUILD]",
679 "name": "Reading culprit cl information.", 686 "name": "Reading culprit cl information.",
680 "stdout": "/path/to/tmp/" 687 "stdout": "/path/to/tmp/"
681 } 688 }
682 ] 689 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698