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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "--src-dir", 301 "--src-dir",
302 "[BUILDER_CACHE]/mac_swarming/src", 302 "[BUILDER_CACHE]/mac_swarming/src",
303 "--goma-cache-dir", 303 "--goma-cache-dir",
304 "[GOMA_CACHE]", 304 "[GOMA_CACHE]",
305 "--buildbot-buildername", 305 "--buildbot-buildername",
306 "mac_swarming", 306 "mac_swarming",
307 "--buildbot-mastername", 307 "--buildbot-mastername",
308 "tryserver.webrtc", 308 "tryserver.webrtc",
309 "--buildbot-slavename", 309 "--buildbot-slavename",
310 "slavename", 310 "slavename",
311 "--goma-deps-cache-dir", 311 "--goma-deps-cache-file",
312 "[GOMA_DEPS_CACHE]", 312 "mac_swarming.gomadeps",
313 "--compiler", 313 "--compiler",
314 "goma-clang", 314 "goma-clang",
315 "--goma-jsonstatus", 315 "--goma-jsonstatus",
316 "/path/to/tmp/json", 316 "/path/to/tmp/json",
317 "--goma-service-account-json-file", 317 "--goma-service-account-json-file",
318 "/creds/service_accounts/service-account-goma-client.json", 318 "/creds/service_accounts/service-account-goma-client.json",
319 "--goma-dir", 319 "--goma-dir",
320 "[CACHE]/cipd/goma", 320 "[CACHE]/cipd/goma",
321 "--goma-fail-fast", 321 "--goma-fail-fast",
322 "--goma-disable-local-fallback", 322 "--goma-disable-local-fallback",
(...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3455 "@@@STEP_LOG_END@json.output@@@", 3455 "@@@STEP_LOG_END@json.output@@@",
3456 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3456 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3457 ] 3457 ]
3458 }, 3458 },
3459 { 3459 {
3460 "name": "$result", 3460 "name": "$result",
3461 "recipe_result": null, 3461 "recipe_result": null,
3462 "status_code": 0 3462 "status_code": 0
3463 } 3463 }
3464 ] 3464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698