| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Debug", | 10 "Linux64 Debug", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "--src-dir", | 109 "--src-dir", |
| 110 "[SLAVE_BUILD]/src", | 110 "[SLAVE_BUILD]/src", |
| 111 "--goma-cache-dir", | 111 "--goma-cache-dir", |
| 112 "[GOMA_CACHE]", | 112 "[GOMA_CACHE]", |
| 113 "--build-tool", | 113 "--build-tool", |
| 114 "ninja", | 114 "ninja", |
| 115 "--compiler", | 115 "--compiler", |
| 116 "goma", | 116 "goma", |
| 117 "--goma-jsonstatus", | 117 "--goma-jsonstatus", |
| 118 "/path/to/tmp/json", | 118 "/path/to/tmp/json", |
| 119 "--goma-service-account-json-file", | |
| 120 "/creds/service_accounts/service-account-goma-client.json", | |
| 121 "--goma-dir", | 119 "--goma-dir", |
| 122 "[BUILD]/goma", | 120 "[BUILD]/goma", |
| 123 "--", | 121 "--", |
| 124 "All" | 122 "All" |
| 125 ], | 123 ], |
| 126 "cwd": "[SLAVE_BUILD]", | 124 "cwd": "[SLAVE_BUILD]", |
| 127 "name": "compile", | 125 "name": "compile", |
| 128 "~followup_annotations": [ | 126 "~followup_annotations": [ |
| 129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 127 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 130 "@@@STEP_LOG_END@json.output (invalid)@@@" | 128 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 ], | 519 ], |
| 522 "cwd": "[SLAVE_BUILD]", | 520 "cwd": "[SLAVE_BUILD]", |
| 523 "name": "webrtc_nonparallel_tests" | 521 "name": "webrtc_nonparallel_tests" |
| 524 }, | 522 }, |
| 525 { | 523 { |
| 526 "name": "$result", | 524 "name": "$result", |
| 527 "recipe_result": null, | 525 "recipe_result": null, |
| 528 "status_code": 0 | 526 "status_code": 0 |
| 529 } | 527 } |
| 530 ] | 528 ] |
| OLD | NEW |