| 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.fyi", | 8 "client.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux32 ARM", | 10 "Linux32 ARM", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "--src-dir", | 110 "--src-dir", |
| 111 "[SLAVE_BUILD]/src", | 111 "[SLAVE_BUILD]/src", |
| 112 "--goma-cache-dir", | 112 "--goma-cache-dir", |
| 113 "[GOMA_CACHE]", | 113 "[GOMA_CACHE]", |
| 114 "--build-tool", | 114 "--build-tool", |
| 115 "ninja", | 115 "ninja", |
| 116 "--compiler", | 116 "--compiler", |
| 117 "goma", | 117 "goma", |
| 118 "--goma-jsonstatus", | 118 "--goma-jsonstatus", |
| 119 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
| 120 "--goma-service-account-json-file", |
| 121 "/creds/service_accounts/service-account-goma-client.json", |
| 120 "--goma-dir", | 122 "--goma-dir", |
| 121 "[BUILD]/goma", | 123 "[BUILD]/goma", |
| 122 "--", | 124 "--", |
| 123 "All" | 125 "All" |
| 124 ], | 126 ], |
| 125 "cwd": "[SLAVE_BUILD]", | 127 "cwd": "[SLAVE_BUILD]", |
| 126 "name": "compile", | 128 "name": "compile", |
| 127 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 129 "@@@STEP_LOG_END@json.output (invalid)@@@" | 131 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 130 ] | 132 ] |
| 131 }, | 133 }, |
| 132 { | 134 { |
| 133 "name": "$result", | 135 "name": "$result", |
| 134 "recipe_result": null, | 136 "recipe_result": null, |
| 135 "status_code": 0 | 137 "status_code": 0 |
| 136 } | 138 } |
| 137 ] | 139 ] |
| OLD | NEW |