| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "-m", | 301 "-m", |
| 302 "tryserver.chromium.linux", | 302 "tryserver.chromium.linux", |
| 303 "-b", | 303 "-b", |
| 304 "linux_chromium_rel_ng", | 304 "linux_chromium_rel_ng", |
| 305 "-v", | 305 "-v", |
| 306 "//out/Release", | 306 "//out/Release", |
| 307 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", | 307 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", |
| 308 "/path/to/tmp/json" | 308 "/path/to/tmp/json" |
| 309 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", | 310 "cwd": "[SLAVE_BUILD]", |
| 311 "env": { |
| 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 313 }, |
| 311 "name": "analyze", | 314 "name": "analyze", |
| 312 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 313 "@@@STEP_LOG_LINE@json.output@{@@@", | 316 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 314 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@", | 317 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@", |
| 315 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@", | 318 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@", |
| 316 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", |
| 317 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 320 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 318 "@@@STEP_LOG_LINE@json.output@}@@@", | 321 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 319 "@@@STEP_LOG_END@json.output@@@" | 322 "@@@STEP_LOG_END@json.output@@@" |
| 320 ] | 323 ] |
| 321 }, | 324 }, |
| 322 { | 325 { |
| 323 "cmd": [ | 326 "cmd": [ |
| 324 "python", | 327 "python", |
| 325 "-u", | 328 "-u", |
| 326 "import sys; sys.exit(0)" | 329 "import sys; sys.exit(0)" |
| 327 ], | 330 ], |
| 328 "cwd": "[SLAVE_BUILD]", | 331 "cwd": "[SLAVE_BUILD]", |
| 329 "name": "mark: before_tests", | 332 "name": "mark: before_tests", |
| 330 "~followup_annotations": [ | 333 "~followup_annotations": [ |
| 331 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" | 334 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" |
| 332 ] | 335 ] |
| 333 }, | 336 }, |
| 334 { | 337 { |
| 335 "name": "$result", | 338 "name": "$result", |
| 336 "reason": "Error, following targets were not found: invalid target, another
one", | 339 "reason": "Error, following targets were not found: invalid target, another
one", |
| 337 "status_code": 1 | 340 "status_code": 1 |
| 338 } | 341 } |
| 339 ] | 342 ] |
| OLD | NEW |