| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "-m", | 295 "-m", |
| 296 "tryserver.chromium.linux", | 296 "tryserver.chromium.linux", |
| 297 "-b", | 297 "-b", |
| 298 "linux_chromium_rel_ng", | 298 "linux_chromium_rel_ng", |
| 299 "-v", | 299 "-v", |
| 300 "//out/Release", | 300 "//out/Release", |
| 301 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", | 301 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", |
| 302 "/path/to/tmp/json" | 302 "/path/to/tmp/json" |
| 303 ], | 303 ], |
| 304 "cwd": "[SLAVE_BUILD]", | 304 "cwd": "[SLAVE_BUILD]", |
| 305 "env": { |
| 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 307 }, |
| 305 "name": "analyze", | 308 "name": "analyze", |
| 306 "~followup_annotations": [ | 309 "~followup_annotations": [ |
| 307 "@@@STEP_LOG_LINE@json.output@{@@@", | 310 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 311 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 312 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 313 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@}@@@", | 314 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 312 "@@@STEP_LOG_END@json.output@@@", | 315 "@@@STEP_LOG_END@json.output@@@", |
| 313 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 316 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 314 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 317 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 330 ], | 333 ], |
| 331 "cwd": "[SLAVE_BUILD]", | 334 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "mark: before_tests" | 335 "name": "mark: before_tests" |
| 333 }, | 336 }, |
| 334 { | 337 { |
| 335 "name": "$result", | 338 "name": "$result", |
| 336 "recipe_result": null, | 339 "recipe_result": null, |
| 337 "status_code": 0 | 340 "status_code": 0 |
| 338 } | 341 } |
| 339 ] | 342 ] |
| OLD | NEW |