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

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

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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 "cmd": [], 3 "cmd": [],
4 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "--src-dir", 242 "--src-dir",
243 "[SLAVE_BUILD]/src", 243 "[SLAVE_BUILD]/src",
244 "--goma-cache-dir", 244 "--goma-cache-dir",
245 "[GOMA_CACHE]", 245 "[GOMA_CACHE]",
246 "--buildbot-buildername", 246 "--buildbot-buildername",
247 "Android arm64 Builder", 247 "Android arm64 Builder",
248 "--buildbot-mastername", 248 "--buildbot-mastername",
249 "chromium.perf", 249 "chromium.perf",
250 "--buildbot-slavename", 250 "--buildbot-slavename",
251 "TestSlavename", 251 "TestSlavename",
252 "--goma-deps-cache-file",
253 "Android_arm64_Builder.gomadeps",
252 "--compiler", 254 "--compiler",
253 "goma", 255 "goma",
254 "--goma-jsonstatus", 256 "--goma-jsonstatus",
255 "/path/to/tmp/json", 257 "/path/to/tmp/json",
256 "--goma-service-account-json-file", 258 "--goma-service-account-json-file",
257 "/creds/service_accounts/service-account-goma-client.json", 259 "/creds/service_accounts/service-account-goma-client.json",
258 "--goma-dir", 260 "--goma-dir",
259 "[CACHE]/cipd/goma", 261 "[CACHE]/cipd/goma",
260 "--", 262 "--",
261 "android_tools", 263 "android_tools",
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "~followup_annotations": [ 670 "~followup_annotations": [
669 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid arm64 Builder/full-build-linux_267739.zip@@@" 671 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid arm64 Builder/full-build-linux_267739.zip@@@"
670 ] 672 ]
671 }, 673 },
672 { 674 {
673 "name": "$result", 675 "name": "$result",
674 "recipe_result": null, 676 "recipe_result": null,
675 "status_code": 0 677 "status_code": 0
676 } 678 }
677 ] 679 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698