Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json

Issue 2338203004: Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "ensure_goma" 3 "name": "ensure_goma"
4 }, 4 },
5 { 5 {
6 "cmd": [ 6 "cmd": [
7 "python", 7 "python",
8 "-u", 8 "-u",
9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
10 "--platform", 10 "--platform",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "--buildbot-slavename", 249 "--buildbot-slavename",
250 "TestSlavename", 250 "TestSlavename",
251 "--compiler", 251 "--compiler",
252 "goma", 252 "goma",
253 "--goma-jsonstatus", 253 "--goma-jsonstatus",
254 "/path/to/tmp/json", 254 "/path/to/tmp/json",
255 "--goma-service-account-json-file", 255 "--goma-service-account-json-file",
256 "/creds/service_accounts/service-account-goma-client.json", 256 "/creds/service_accounts/service-account-goma-client.json",
257 "--goma-dir", 257 "--goma-dir",
258 "[CACHE]/cipd/goma", 258 "[CACHE]/cipd/goma",
259 "--ninja-ensure-up-to-date",
259 "--", 260 "--",
260 "android_tools", 261 "android_tools",
261 "cc_perftests", 262 "cc_perftests",
262 "chrome_public_apk", 263 "chrome_public_apk",
263 "gpu_perftests", 264 "gpu_perftests",
264 "push_apps_to_background_apk", 265 "push_apps_to_background_apk",
265 "system_webview_apk", 266 "system_webview_apk",
266 "system_webview_shell_apk" 267 "system_webview_shell_apk"
267 ], 268 ],
268 "env": { 269 "env": {
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 "~followup_annotations": [ 633 "~followup_annotations": [
633 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid arm64 Builder/full-build-linux_267739.zip@@@" 634 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid arm64 Builder/full-build-linux_267739.zip@@@"
634 ] 635 ]
635 }, 636 },
636 { 637 {
637 "name": "$result", 638 "name": "$result",
638 "recipe_result": null, 639 "recipe_result": null,
639 "status_code": 0 640 "status_code": 0
640 } 641 }
641 ] 642 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698