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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "--src-dir", 305 "--src-dir",
306 "[BUILDER_CACHE]/ios/src", 306 "[BUILDER_CACHE]/ios/src",
307 "--goma-cache-dir", 307 "--goma-cache-dir",
308 "[GOMA_CACHE]", 308 "[GOMA_CACHE]",
309 "--buildbot-buildername", 309 "--buildbot-buildername",
310 "ios", 310 "ios",
311 "--buildbot-mastername", 311 "--buildbot-mastername",
312 "chromium.fake", 312 "chromium.fake",
313 "--buildbot-slavename", 313 "--buildbot-slavename",
314 "fake-vm", 314 "fake-vm",
315 "--goma-deps-cache-dir", 315 "--goma-deps-cache-file",
316 "[GOMA_DEPS_CACHE]", 316 "ios.gomadeps",
317 "--compiler", 317 "--compiler",
318 "goma-clang", 318 "goma-clang",
319 "--goma-jsonstatus", 319 "--goma-jsonstatus",
320 "/path/to/tmp/json", 320 "/path/to/tmp/json",
321 "--goma-service-account-json-file", 321 "--goma-service-account-json-file",
322 "/creds/service_accounts/service-account-goma-client.json", 322 "/creds/service_accounts/service-account-goma-client.json",
323 "--goma-dir", 323 "--goma-dir",
324 "[CACHE]/cipd/goma", 324 "[CACHE]/cipd/goma",
325 "--", 325 "--",
326 "All" 326 "All"
327 ], 327 ],
328 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 328 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
329 "env": { 329 "env": {
330 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 330 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
331 }, 331 },
332 "name": "compile", 332 "name": "compile",
333 "~followup_annotations": [ 333 "~followup_annotations": [
334 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 334 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
335 "@@@STEP_LOG_END@json.output (invalid)@@@" 335 "@@@STEP_LOG_END@json.output (invalid)@@@"
336 ] 336 ]
337 }, 337 },
338 { 338 {
339 "name": "$result", 339 "name": "$result",
340 "recipe_result": null, 340 "recipe_result": null,
341 "status_code": 0 341 "status_code": 0
342 } 342 }
343 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698