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/chromium.expected/full_chromium_fyi_Mojo_Windows.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "--src-dir", 329 "--src-dir",
330 "[BUILDER_CACHE]\\Mojo_Windows\\src", 330 "[BUILDER_CACHE]\\Mojo_Windows\\src",
331 "--goma-cache-dir", 331 "--goma-cache-dir",
332 "[GOMA_CACHE]", 332 "[GOMA_CACHE]",
333 "--buildbot-buildername", 333 "--buildbot-buildername",
334 "Mojo Windows", 334 "Mojo Windows",
335 "--buildbot-mastername", 335 "--buildbot-mastername",
336 "chromium.fyi", 336 "chromium.fyi",
337 "--buildbot-slavename", 337 "--buildbot-slavename",
338 "TestSlavename", 338 "TestSlavename",
339 "--goma-deps-cache-dir", 339 "--goma-deps-cache-file",
340 "[GOMA_DEPS_CACHE]", 340 "Mojo_Windows.gomadeps",
341 "--build-data-dir", 341 "--build-data-dir",
342 "[ROOT]\\build_data_dir", 342 "[ROOT]\\build_data_dir",
343 "--compiler", 343 "--compiler",
344 "goma", 344 "goma",
345 "--goma-jsonstatus", 345 "--goma-jsonstatus",
346 "/path/to/tmp/json", 346 "/path/to/tmp/json",
347 "--goma-service-account-json-file", 347 "--goma-service-account-json-file",
348 "C:\\creds\\service_accounts\\service-account-goma-client.json", 348 "C:\\creds\\service_accounts\\service-account-goma-client.json",
349 "--goma-dir", 349 "--goma-dir",
350 "[CACHE]\\cipd\\goma", 350 "[CACHE]\\cipd\\goma",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
472 }, 472 },
473 "name": "process_dumps" 473 "name": "process_dumps"
474 }, 474 },
475 { 475 {
476 "name": "$result", 476 "name": "$result",
477 "recipe_result": null, 477 "recipe_result": null,
478 "status_code": 0 478 "status_code": 0
479 } 479 }
480 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698