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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_dbg.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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "--src-dir", 255 "--src-dir",
256 "[BUILDER_CACHE]/mac_dbg/src", 256 "[BUILDER_CACHE]/mac_dbg/src",
257 "--goma-cache-dir", 257 "--goma-cache-dir",
258 "[GOMA_CACHE]", 258 "[GOMA_CACHE]",
259 "--buildbot-buildername", 259 "--buildbot-buildername",
260 "mac_dbg", 260 "mac_dbg",
261 "--buildbot-mastername", 261 "--buildbot-mastername",
262 "tryserver.webrtc", 262 "tryserver.webrtc",
263 "--buildbot-slavename", 263 "--buildbot-slavename",
264 "slavename", 264 "slavename",
265 "--goma-deps-cache-dir", 265 "--goma-deps-cache-file",
266 "[GOMA_DEPS_CACHE]", 266 "mac_dbg.gomadeps",
267 "--compiler", 267 "--compiler",
268 "goma-clang", 268 "goma-clang",
269 "--goma-jsonstatus", 269 "--goma-jsonstatus",
270 "/path/to/tmp/json", 270 "/path/to/tmp/json",
271 "--goma-service-account-json-file", 271 "--goma-service-account-json-file",
272 "/creds/service_accounts/service-account-goma-client.json", 272 "/creds/service_accounts/service-account-goma-client.json",
273 "--goma-dir", 273 "--goma-dir",
274 "[CACHE]/cipd/goma", 274 "[CACHE]/cipd/goma",
275 "--goma-fail-fast", 275 "--goma-fail-fast",
276 "--goma-disable-local-fallback", 276 "--goma-disable-local-fallback",
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 ], 708 ],
709 "cwd": "[BUILDER_CACHE]/mac_dbg", 709 "cwd": "[BUILDER_CACHE]/mac_dbg",
710 "name": "xmllite_xmpp_unittests" 710 "name": "xmllite_xmpp_unittests"
711 }, 711 },
712 { 712 {
713 "name": "$result", 713 "name": "$result",
714 "recipe_result": null, 714 "recipe_result": null,
715 "status_code": 0 715 "status_code": 0
716 } 716 }
717 ] 717 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698