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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/missing_vars_entry.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: Improving formatting of the output. 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 "{\n \"good_revision\": \"314015\", \n \"builder_host\": \"master4.golo. chromium.org\", \n \"truncate_percent\": \"0\", \n \"metric\": \"mean_input_ev ent_latency/mean_input_event_latency\", \n \"max_time_minutes\": \"5\", \n \"b uilder_port\": \"8341\", \n \"bug_id\": \"\", \n \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", \n \"sk ip_gclient_ops\": \"True\", \n \"dummy_builds\": \"True\", \n \"repeat_count\" : \"2\", \n \"test_type\": \"perf\", \n \"gs_bucket\": \"chrome-perf\", \n \" bad_revision\": \"314017\"\n}"
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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "cwd": "[SLAVE_BUILD]/src/v8", 569 "cwd": "[SLAVE_BUILD]/src/v8",
563 "name": "Expanding revision range for revision 004 on depot v8", 570 "name": "Expanding revision range for revision 004 on depot v8",
564 "stdout": "/path/to/tmp/" 571 "stdout": "/path/to/tmp/"
565 }, 572 },
566 { 573 {
567 "name": "$final_result", 574 "name": "$final_result",
568 "reason": "DEPS file does not contain entry for v8_revision", 575 "reason": "DEPS file does not contain entry for v8_revision",
569 "status_code": 1 576 "status_code": 1
570 } 577 }
571 ] 578 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698