| 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.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "python", | 223 "python", |
| 224 "-u", | 224 "-u", |
| 225 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 225 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 226 "analyze", | 226 "analyze", |
| 227 "-m", | 227 "-m", |
| 228 "tryserver.chromium.linux", | 228 "tryserver.chromium.linux", |
| 229 "-b", | 229 "-b", |
| 230 "linux_chromium_rel_ng", | 230 "linux_chromium_rel_ng", |
| 231 "-v", | 231 "-v", |
| 232 "//out/Release", | 232 "//out/Release", |
| 233 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": [\"angle_unittests_run\", \"base_unittests\", \"c
hrome\", \"content_gl_tests_run\", \"gl_tests_run\", \"gl_unittests_run\", \"tab
_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", | 233 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": [\"angle_unittests_run\", \"base_unittests\", \"c
ontent_gl_tests_run\", \"gl_tests_run\", \"gl_unittests_run\", \"tab_capture_end
2end_tests_run\", \"telemetry_gpu_new_test_run\"]}", |
| 234 "/path/to/tmp/json" | 234 "/path/to/tmp/json" |
| 235 ], | 235 ], |
| 236 "cwd": "[SLAVE_BUILD]", | 236 "cwd": "[SLAVE_BUILD]", |
| 237 "name": "analyze", | 237 "name": "analyze", |
| 238 "~followup_annotations": [ | 238 "~followup_annotations": [ |
| 239 "@@@STEP_LOG_LINE@json.output@{@@@", | 239 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 240 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@", | 240 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@", | 241 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", | 242 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 243 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@}@@@", | 244 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 245 "@@@STEP_LOG_END@json.output@@@", | 245 "@@@STEP_LOG_END@json.output@@@", |
| 246 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" | 246 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" |
| 247 ] | 247 ] |
| 248 }, | 248 }, |
| 249 { | 249 { |
| 250 "name": "$result", | 250 "name": "$result", |
| 251 "reason": "Error, following targets were not found: invalid target, another
one", | 251 "reason": "Error, following targets were not found: invalid target, another
one", |
| 252 "status_code": 1 | 252 "status_code": 1 |
| 253 } | 253 } |
| 254 ] | 254 ] |
| OLD | NEW |