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

Side by Side Diff: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/mac_sdk_multirel.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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "--src-dir", 276 "--src-dir",
277 "[SLAVE_BUILD]/src", 277 "[SLAVE_BUILD]/src",
278 "--goma-cache-dir", 278 "--goma-cache-dir",
279 "[GOMA_CACHE]", 279 "[GOMA_CACHE]",
280 "--buildbot-buildername", 280 "--buildbot-buildername",
281 "mac-sdk-multirel", 281 "mac-sdk-multirel",
282 "--buildbot-mastername", 282 "--buildbot-mastername",
283 "client.nacl.sdk", 283 "client.nacl.sdk",
284 "--buildbot-slavename", 284 "--buildbot-slavename",
285 "TestSlave", 285 "TestSlave",
286 "--goma-deps-cache-file",
287 "mac_sdk_multirel.gomadeps",
286 "--compiler", 288 "--compiler",
287 "goma", 289 "goma",
288 "--goma-jsonstatus", 290 "--goma-jsonstatus",
289 "/path/to/tmp/json", 291 "/path/to/tmp/json",
290 "--goma-service-account-json-file", 292 "--goma-service-account-json-file",
291 "/creds/service_accounts/service-account-goma-client.json", 293 "/creds/service_accounts/service-account-goma-client.json",
292 "--goma-dir", 294 "--goma-dir",
293 "[CACHE]/cipd/goma", 295 "[CACHE]/cipd/goma",
294 "--", 296 "--",
295 "chrome" 297 "chrome"
(...skipping 15 matching lines...) Expand all
311 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 313 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
312 ], 314 ],
313 "name": "annotated_steps" 315 "name": "annotated_steps"
314 }, 316 },
315 { 317 {
316 "name": "$result", 318 "name": "$result",
317 "recipe_result": null, 319 "recipe_result": null,
318 "status_code": 0 320 "status_code": 0
319 } 321 }
320 ] 322 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698