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

Side by Side Diff: scripts/slave/recipes/bisect.expected/invalid_config_test.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: Sorting keys. 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect_builder", 10 "linux_perf_bisect_builder",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "[DEPOT_TOOLS]/gclient.py", 67 "[DEPOT_TOOLS]/gclient.py",
68 "runhooks" 68 "runhooks"
69 ], 69 ],
70 "env": { 70 "env": {
71 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" 71 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
72 }, 72 },
73 "name": "gclient runhooks" 73 "name": "gclient runhooks"
74 }, 74 },
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "echo",
78 "{\n \"bad_revision\": \"src@a6298e4afedbf2cd461755ea6f45b0ad64222222\", \n \"bug_id\": \"425582\", \n \"builder_host\": \"master4.golo.chromium.org\", \n \"builder_port\": \"8341\", \n \"command\": \"tools/perf/run_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", \n \"dummy_builds\": true, \n \ "dummy_regression_confidence\": \"95\", \n \"good_revision\": \"XXX\", \n \"gs _bucket\": \"chrome-perf\", \n \"max_time_minutes\": \"5\", \n \"metric\": \"w arm_times/page_load_time\", \n \"poll_sleep\": 0, \n \"repeat_count\": \"2\", \n \"test_type\": \"perf\", \n \"truncate_percent\": \"25\"\n}"
79 ],
80 "name": "config"
81 },
82 {
83 "cmd": [
77 "git", 84 "git",
78 "footers", 85 "footers",
79 "--position", 86 "--position",
80 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 87 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
81 ], 88 ],
82 "cwd": "[SLAVE_BUILD]/src", 89 "cwd": "[SLAVE_BUILD]/src",
83 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", 90 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
84 "stdout": "/path/to/tmp/" 91 "stdout": "/path/to/tmp/"
85 }, 92 },
86 { 93 {
87 "name": "$final_result", 94 "name": "$final_result",
88 "reason": "Could not parse commit position from git output: ", 95 "reason": "Could not parse commit position from git output: ",
89 "status_code": 1 96 "status_code": 1
90 } 97 }
91 ] 98 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698