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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "--src-dir", 419 "--src-dir",
420 "[BUILDER_CACHE]/ios_simulator_gn/src", 420 "[BUILDER_CACHE]/ios_simulator_gn/src",
421 "--goma-cache-dir", 421 "--goma-cache-dir",
422 "[GOMA_CACHE]", 422 "[GOMA_CACHE]",
423 "--buildbot-buildername", 423 "--buildbot-buildername",
424 "ios-simulator-gn", 424 "ios-simulator-gn",
425 "--buildbot-mastername", 425 "--buildbot-mastername",
426 "tryserver.fake", 426 "tryserver.fake",
427 "--buildbot-slavename", 427 "--buildbot-slavename",
428 "fake-vm", 428 "fake-vm",
429 "--goma-deps-cache-dir", 429 "--goma-deps-cache-file",
430 "[GOMA_DEPS_CACHE]", 430 "ios_simulator_gn.gomadeps",
431 "--compiler", 431 "--compiler",
432 "goma-clang", 432 "goma-clang",
433 "--goma-jsonstatus", 433 "--goma-jsonstatus",
434 "/path/to/tmp/json", 434 "/path/to/tmp/json",
435 "--goma-service-account-json-file", 435 "--goma-service-account-json-file",
436 "/creds/service_accounts/service-account-goma-client.json", 436 "/creds/service_accounts/service-account-goma-client.json",
437 "--goma-dir", 437 "--goma-dir",
438 "[CACHE]/cipd/goma", 438 "[CACHE]/cipd/goma",
439 "--goma-fail-fast", 439 "--goma-fail-fast",
440 "--goma-disable-local-fallback", 440 "--goma-disable-local-fallback",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 "@@@STEP_LOG_END@json.output@@@", 822 "@@@STEP_LOG_END@json.output@@@",
823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
824 ] 824 ]
825 }, 825 },
826 { 826 {
827 "name": "$result", 827 "name": "$result",
828 "recipe_result": null, 828 "recipe_result": null,
829 "status_code": 0 829 "status_code": 0
830 } 830 }
831 ] 831 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698