| 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 "Android32 Builder", | 10 "Android32 Builder", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "--src-dir", | 126 "--src-dir", |
| 127 "[SLAVE_BUILD]/src", | 127 "[SLAVE_BUILD]/src", |
| 128 "--goma-cache-dir", | 128 "--goma-cache-dir", |
| 129 "[GOMA_CACHE]", | 129 "[GOMA_CACHE]", |
| 130 "--build-tool", | 130 "--build-tool", |
| 131 "ninja", | 131 "ninja", |
| 132 "--compiler", | 132 "--compiler", |
| 133 "goma", | 133 "goma", |
| 134 "--goma-jsonstatus", | 134 "--goma-jsonstatus", |
| 135 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
| 136 "--goma-service-account-json-file", |
| 137 "/creds/service_accounts/service-account-goma-client.json", |
| 136 "--goma-dir", | 138 "--goma-dir", |
| 137 "[BUILD]/goma", | 139 "[BUILD]/goma", |
| 138 "--" | 140 "--" |
| 139 ], | 141 ], |
| 140 "cwd": "[SLAVE_BUILD]", | 142 "cwd": "[SLAVE_BUILD]", |
| 141 "env": { | 143 "env": { |
| 142 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 144 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 143 }, | 145 }, |
| 144 "name": "compile", | 146 "name": "compile", |
| 145 "~followup_annotations": [ | 147 "~followup_annotations": [ |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| 204 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b
r />Android32 Tests (L Nexus6)@@@" | 206 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b
r />Android32 Tests (L Nexus6)@@@" |
| 205 ] | 207 ] |
| 206 }, | 208 }, |
| 207 { | 209 { |
| 208 "name": "$result", | 210 "name": "$result", |
| 209 "recipe_result": null, | 211 "recipe_result": null, |
| 210 "status_code": 0 | 212 "status_code": 0 |
| 211 } | 213 } |
| 212 ] | 214 ] |
| OLD | NEW |