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 "chromium.perf", | 8 "chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "Android arm64 Builder", | 10 "Android arm64 Builder", |
(...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 "--build-tool", | 184 "--build-tool", |
185 "ninja", | 185 "ninja", |
186 "--compiler", | 186 "--compiler", |
187 "goma", | 187 "goma", |
188 "--goma-jsonstatus", | 188 "--goma-jsonstatus", |
189 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
190 "--goma-service-account-json-file", | |
191 "/creds/service_accounts/service-account-goma-client.json", | |
192 "--goma-dir", | 190 "--goma-dir", |
193 "[BUILD]/goma", | 191 "[BUILD]/goma", |
194 "--", | 192 "--", |
195 "android_tools", | 193 "android_tools", |
196 "cc_perftests", | 194 "cc_perftests", |
197 "chrome_public_apk", | 195 "chrome_public_apk", |
198 "gpu_perftests", | 196 "gpu_perftests", |
199 "push_apps_to_background_apk", | 197 "push_apps_to_background_apk", |
200 "system_webview_apk", | 198 "system_webview_apk", |
201 "system_webview_shell_apk" | 199 "system_webview_shell_apk" |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 "~followup_annotations": [ | 240 "~followup_annotations": [ |
243 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" | 241 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" |
244 ] | 242 ] |
245 }, | 243 }, |
246 { | 244 { |
247 "name": "$result", | 245 "name": "$result", |
248 "recipe_result": null, | 246 "recipe_result": null, |
249 "status_code": 0 | 247 "status_code": 0 |
250 } | 248 } |
251 ] | 249 ] |
OLD | NEW |