| OLD | NEW |
| 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 Loading... |
| 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\": \"306475\", \n \
"gs_bucket\": \"chrome-perf\", \n \"max_time_minutes\": \"5\", \n \"metric\":
\"warm_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 { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "cwd": "[SLAVE_BUILD]/src", | 128 "cwd": "[SLAVE_BUILD]/src", |
| 122 "name": "resolving hash e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 129 "name": "resolving hash e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
| 123 "stdout": "/path/to/tmp/" | 130 "stdout": "/path/to/tmp/" |
| 124 }, | 131 }, |
| 125 { | 132 { |
| 126 "name": "$final_result", | 133 "name": "$final_result", |
| 127 "reason": "Could not parse commit position from git output: UnCastable", | 134 "reason": "Could not parse commit position from git output: UnCastable", |
| 128 "status_code": 1 | 135 "status_code": 1 |
| 129 } | 136 } |
| 130 ] | 137 ] |
| OLD | NEW |