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.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Builder", | 10 "Android Builder", |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 "--src-dir", | 163 "--src-dir", |
164 "[SLAVE_BUILD]/src", | 164 "[SLAVE_BUILD]/src", |
165 "--goma-cache-dir", | 165 "--goma-cache-dir", |
166 "[GOMA_CACHE]", | 166 "[GOMA_CACHE]", |
167 "--build-tool", | 167 "--build-tool", |
168 "ninja", | 168 "ninja", |
169 "--compiler", | 169 "--compiler", |
170 "goma", | 170 "goma", |
171 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
172 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
173 "--goma-service-account-json-file", | |
174 "/creds/service_accounts/service-account-goma-client.json", | |
175 "--goma-dir", | 173 "--goma-dir", |
176 "[BUILD]/goma", | 174 "[BUILD]/goma", |
177 "--" | 175 "--" |
178 ], | 176 ], |
179 "cwd": "[SLAVE_BUILD]", | 177 "cwd": "[SLAVE_BUILD]", |
180 "env": { | 178 "env": { |
181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 179 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
182 }, | 180 }, |
183 "name": "compile", | 181 "name": "compile", |
184 "~followup_annotations": [ | 182 "~followup_annotations": [ |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "~followup_annotations": [ | 216 "~followup_annotations": [ |
219 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" | 217 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" |
220 ] | 218 ] |
221 }, | 219 }, |
222 { | 220 { |
223 "name": "$result", | 221 "name": "$result", |
224 "recipe_result": null, | 222 "recipe_result": null, |
225 "status_code": 0 | 223 "status_code": 0 |
226 } | 224 } |
227 ] | 225 ] |
OLD | NEW |