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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/basic.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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "--src-dir", 293 "--src-dir",
294 "[BUILDER_CACHE]/ios_debug/src", 294 "[BUILDER_CACHE]/ios_debug/src",
295 "--goma-cache-dir", 295 "--goma-cache-dir",
296 "[GOMA_CACHE]", 296 "[GOMA_CACHE]",
297 "--buildbot-buildername", 297 "--buildbot-buildername",
298 "ios debug", 298 "ios debug",
299 "--buildbot-mastername", 299 "--buildbot-mastername",
300 "chromium.fake", 300 "chromium.fake",
301 "--buildbot-slavename", 301 "--buildbot-slavename",
302 "fake-vm", 302 "fake-vm",
303 "--goma-deps-cache-dir", 303 "--goma-deps-cache-file",
304 "[GOMA_DEPS_CACHE]", 304 "ios_debug.gomadeps",
305 "--compiler", 305 "--compiler",
306 "goma-clang", 306 "goma-clang",
307 "--goma-jsonstatus", 307 "--goma-jsonstatus",
308 "/path/to/tmp/json", 308 "/path/to/tmp/json",
309 "--goma-service-account-json-file", 309 "--goma-service-account-json-file",
310 "/creds/service_accounts/service-account-goma-client.json", 310 "/creds/service_accounts/service-account-goma-client.json",
311 "--goma-dir", 311 "--goma-dir",
312 "[CACHE]/cipd/goma", 312 "[CACHE]/cipd/goma",
313 "--", 313 "--",
314 "All" 314 "All"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "@@@STEP_LOG_END@fake log@@@", 390 "@@@STEP_LOG_END@fake log@@@",
391 "@@@STEP_LINK@fake URL text@fake URL@@@" 391 "@@@STEP_LINK@fake URL text@fake URL@@@"
392 ] 392 ]
393 }, 393 },
394 { 394 {
395 "name": "$result", 395 "name": "$result",
396 "recipe_result": null, 396 "recipe_result": null,
397 "status_code": 0 397 "status_code": 0
398 } 398 }
399 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698