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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "--src-dir", 307 "--src-dir",
308 "[BUILDER_CACHE]\\win_chrome\\src", 308 "[BUILDER_CACHE]\\win_chrome\\src",
309 "--goma-cache-dir", 309 "--goma-cache-dir",
310 "[GOMA_CACHE]", 310 "[GOMA_CACHE]",
311 "--buildbot-buildername", 311 "--buildbot-buildername",
312 "Google Chrome Win", 312 "Google Chrome Win",
313 "--buildbot-mastername", 313 "--buildbot-mastername",
314 "chromium.chrome", 314 "chromium.chrome",
315 "--buildbot-slavename", 315 "--buildbot-slavename",
316 "TestSlavename", 316 "TestSlavename",
317 "--goma-deps-cache-dir", 317 "--goma-deps-cache-file",
318 "[GOMA_DEPS_CACHE]", 318 "Google_Chrome_Win.gomadeps",
319 "--build-data-dir", 319 "--build-data-dir",
320 "[ROOT]\\build_data_dir", 320 "[ROOT]\\build_data_dir",
321 "--compiler", 321 "--compiler",
322 "goma", 322 "goma",
323 "--goma-jsonstatus", 323 "--goma-jsonstatus",
324 "/path/to/tmp/json", 324 "/path/to/tmp/json",
325 "--goma-service-account-json-file", 325 "--goma-service-account-json-file",
326 "C:\\creds\\service_accounts\\service-account-goma-client.json", 326 "C:\\creds\\service_accounts\\service-account-goma-client.json",
327 "--mode", 327 "--mode",
328 "official", 328 "official",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
389 }, 389 },
390 "name": "process_dumps" 390 "name": "process_dumps"
391 }, 391 },
392 { 392 {
393 "name": "$result", 393 "name": "$result",
394 "recipe_result": null, 394 "recipe_result": null,
395 "status_code": 0 395 "status_code": 0
396 } 396 }
397 ] 397 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698