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.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "android_compile_mips_dbg", | 10 "android_compile_mips_dbg", |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "--src-dir", | 155 "--src-dir", |
156 "[SLAVE_BUILD]/src", | 156 "[SLAVE_BUILD]/src", |
157 "--goma-cache-dir", | 157 "--goma-cache-dir", |
158 "[GOMA_CACHE]", | 158 "[GOMA_CACHE]", |
159 "--build-tool", | 159 "--build-tool", |
160 "ninja", | 160 "ninja", |
161 "--compiler", | 161 "--compiler", |
162 "goma-clang", | 162 "goma-clang", |
163 "--goma-jsonstatus", | 163 "--goma-jsonstatus", |
164 "/path/to/tmp/json", | 164 "/path/to/tmp/json", |
165 "--goma-service-account-json-file", | |
166 "/creds/service_accounts/service-account-goma-client.json", | |
167 "--goma-dir", | 165 "--goma-dir", |
168 "[BUILD]/goma", | 166 "[BUILD]/goma", |
169 "--goma-fail-fast", | 167 "--goma-fail-fast", |
170 "--goma-disable-local-fallback", | 168 "--goma-disable-local-fallback", |
171 "--" | 169 "--" |
172 ], | 170 ], |
173 "cwd": "[SLAVE_BUILD]", | 171 "cwd": "[SLAVE_BUILD]", |
174 "env": { | 172 "env": { |
175 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
176 }, | 174 }, |
177 "name": "compile", | 175 "name": "compile", |
178 "~followup_annotations": [ | 176 "~followup_annotations": [ |
179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
180 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
181 ] | 179 ] |
182 }, | 180 }, |
183 { | 181 { |
184 "name": "$result", | 182 "name": "$result", |
185 "recipe_result": null, | 183 "recipe_result": null, |
186 "status_code": 0 | 184 "status_code": 0 |
187 } | 185 } |
188 ] | 186 ] |
OLD | NEW |