| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "-m", | 307 "-m", |
| 308 "tryserver.chromium.linux", | 308 "tryserver.chromium.linux", |
| 309 "-b", | 309 "-b", |
| 310 "linux_chromium_rel_ng", | 310 "linux_chromium_rel_ng", |
| 311 "-v", | 311 "-v", |
| 312 "//out/Release", | 312 "//out/Release", |
| 313 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": [\"overridden_target\"]}", | 313 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": [\"overridden_target\"]}", |
| 314 "/path/to/tmp/json" | 314 "/path/to/tmp/json" |
| 315 ], | 315 ], |
| 316 "cwd": "[SLAVE_BUILD]", | 316 "cwd": "[SLAVE_BUILD]", |
| 317 "env": { |
| 318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 319 }, |
| 317 "name": "analyze", | 320 "name": "analyze", |
| 318 "~followup_annotations": [ | 321 "~followup_annotations": [ |
| 319 "@@@STEP_TEXT@No compile necessary@@@", | 322 "@@@STEP_TEXT@No compile necessary@@@", |
| 320 "@@@STEP_LOG_LINE@json.output@{@@@", | 323 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 321 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 324 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 322 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 325 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 323 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 326 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 324 "@@@STEP_LOG_LINE@json.output@}@@@", | 327 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 325 "@@@STEP_LOG_END@json.output@@@", | 328 "@@@STEP_LOG_END@json.output@@@", |
| 326 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 329 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 345 ], | 348 ], |
| 346 "cwd": "[SLAVE_BUILD]", | 349 "cwd": "[SLAVE_BUILD]", |
| 347 "name": "mark: before_tests" | 350 "name": "mark: before_tests" |
| 348 }, | 351 }, |
| 349 { | 352 { |
| 350 "name": "$result", | 353 "name": "$result", |
| 351 "recipe_result": null, | 354 "recipe_result": null, |
| 352 "status_code": 0 | 355 "status_code": 0 |
| 353 } | 356 } |
| 354 ] | 357 ] |
| OLD | NEW |