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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_rel.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_compile_rel/src", 256 "[BUILDER_CACHE]/mac_compile_rel/src",
257 "--goma-cache-dir", 257 "--goma-cache-dir",
258 "[GOMA_CACHE]", 258 "[GOMA_CACHE]",
259 "--buildbot-buildername", 259 "--buildbot-buildername",
260 "mac_compile_rel", 260 "mac_compile_rel",
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_compile_rel.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",
277 "--" 277 "--"
278 ], 278 ],
279 "env": { 279 "env": {
280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
281 }, 281 },
282 "name": "compile", 282 "name": "compile",
283 "~followup_annotations": [ 283 "~followup_annotations": [
284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
285 "@@@STEP_LOG_END@json.output (invalid)@@@" 285 "@@@STEP_LOG_END@json.output (invalid)@@@"
286 ] 286 ]
287 }, 287 },
288 { 288 {
289 "name": "$result", 289 "name": "$result",
290 "recipe_result": null, 290 "recipe_result": null,
291 "status_code": 0 291 "status_code": 0
292 } 292 }
293 ] 293 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698