OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
7 "--show-path", | 7 "--show-path", |
8 "python", | 8 "python", |
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
10 ], | 10 ], |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "--src-dir", | 180 "--src-dir", |
181 "[SLAVE_BUILD]/src", | 181 "[SLAVE_BUILD]/src", |
182 "--goma-cache-dir", | 182 "--goma-cache-dir", |
183 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
184 "--buildbot-buildername", | 184 "--buildbot-buildername", |
185 "android_clang", | 185 "android_clang", |
186 "--buildbot-mastername", | 186 "--buildbot-mastername", |
187 "tryserver.libyuv", | 187 "tryserver.libyuv", |
188 "--buildbot-slavename", | 188 "--buildbot-slavename", |
189 "slavename", | 189 "slavename", |
| 190 "--goma-deps-cache-file", |
| 191 "android_clang.gomadeps", |
190 "--compiler", | 192 "--compiler", |
191 "goma-clang", | 193 "goma-clang", |
192 "--goma-jsonstatus", | 194 "--goma-jsonstatus", |
193 "/path/to/tmp/json", | 195 "/path/to/tmp/json", |
194 "--goma-service-account-json-file", | 196 "--goma-service-account-json-file", |
195 "/creds/service_accounts/service-account-goma-client.json", | 197 "/creds/service_accounts/service-account-goma-client.json", |
196 "--goma-dir", | 198 "--goma-dir", |
197 "[CACHE]/cipd/goma", | 199 "[CACHE]/cipd/goma", |
198 "--goma-fail-fast", | 200 "--goma-fail-fast", |
199 "--goma-disable-local-fallback", | 201 "--goma-disable-local-fallback", |
200 "--" | 202 "--" |
201 ], | 203 ], |
202 "env": { | 204 "env": { |
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
204 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 206 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
205 }, | 207 }, |
206 "name": "compile", | 208 "name": "compile", |
207 "~followup_annotations": [ | 209 "~followup_annotations": [ |
208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 210 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
209 "@@@STEP_LOG_END@json.output (invalid)@@@" | 211 "@@@STEP_LOG_END@json.output (invalid)@@@" |
210 ] | 212 ] |
211 }, | 213 }, |
212 { | 214 { |
213 "name": "$result", | 215 "name": "$result", |
214 "recipe_result": null, | 216 "recipe_result": null, |
215 "status_code": 0 | 217 "status_code": 0 |
216 } | 218 } |
217 ] | 219 ] |
OLD | NEW |