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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "--src-dir", 283 "--src-dir",
284 "[BUILDER_CACHE]/ios/src", 284 "[BUILDER_CACHE]/ios/src",
285 "--goma-cache-dir", 285 "--goma-cache-dir",
286 "[GOMA_CACHE]", 286 "[GOMA_CACHE]",
287 "--buildbot-buildername", 287 "--buildbot-buildername",
288 "ios", 288 "ios",
289 "--buildbot-mastername", 289 "--buildbot-mastername",
290 "chromium.fake", 290 "chromium.fake",
291 "--buildbot-slavename", 291 "--buildbot-slavename",
292 "fake-vm", 292 "fake-vm",
293 "--goma-deps-cache-dir", 293 "--goma-deps-cache-file",
294 "[GOMA_DEPS_CACHE]", 294 "ios.gomadeps",
295 "--compiler", 295 "--compiler",
296 "goma-clang", 296 "goma-clang",
297 "--goma-jsonstatus", 297 "--goma-jsonstatus",
298 "/path/to/tmp/json", 298 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 299 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 300 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 301 "--goma-dir",
302 "[CACHE]/cipd/goma", 302 "[CACHE]/cipd/goma",
303 "--", 303 "--",
304 "All" 304 "All"
305 ], 305 ],
306 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 306 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
307 "env": { 307 "env": {
308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
309 }, 309 },
310 "name": "compile", 310 "name": "compile",
311 "~followup_annotations": [ 311 "~followup_annotations": [
312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
313 "@@@STEP_LOG_END@json.output (invalid)@@@" 313 "@@@STEP_LOG_END@json.output (invalid)@@@"
314 ] 314 ]
315 }, 315 },
316 { 316 {
317 "name": "$result", 317 "name": "$result",
318 "recipe_result": null, 318 "recipe_result": null,
319 "status_code": 0 319 "status_code": 0
320 } 320 }
321 ] 321 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698