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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_WinClang64__dbg_.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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "--src-dir", 332 "--src-dir",
333 "[BUILDER_CACHE]\\win_clang\\src", 333 "[BUILDER_CACHE]\\win_clang\\src",
334 "--goma-cache-dir", 334 "--goma-cache-dir",
335 "[GOMA_CACHE]", 335 "[GOMA_CACHE]",
336 "--buildbot-buildername", 336 "--buildbot-buildername",
337 "WinClang64 (dbg)", 337 "WinClang64 (dbg)",
338 "--buildbot-mastername", 338 "--buildbot-mastername",
339 "chromium.win", 339 "chromium.win",
340 "--buildbot-slavename", 340 "--buildbot-slavename",
341 "TestSlavename", 341 "TestSlavename",
342 "--goma-deps-cache-dir", 342 "--goma-deps-cache-file",
343 "[GOMA_DEPS_CACHE]", 343 "WinClang64__dbg_.gomadeps",
344 "--build-data-dir", 344 "--build-data-dir",
345 "[ROOT]\\build_data_dir", 345 "[ROOT]\\build_data_dir",
346 "--compiler", 346 "--compiler",
347 "goma-clang", 347 "goma-clang",
348 "--goma-jsonstatus", 348 "--goma-jsonstatus",
349 "/path/to/tmp/json", 349 "/path/to/tmp/json",
350 "--goma-service-account-json-file", 350 "--goma-service-account-json-file",
351 "C:\\creds\\service_accounts\\service-account-goma-client.json", 351 "C:\\creds\\service_accounts\\service-account-goma-client.json",
352 "--goma-dir", 352 "--goma-dir",
353 "[CACHE]\\cipd\\goma", 353 "[CACHE]\\cipd\\goma",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WinClang64 (d bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 390 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WinClang64 (d bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
391 ], 391 ],
392 "name": "package build" 392 "name": "package build"
393 }, 393 },
394 { 394 {
395 "name": "$result", 395 "name": "$result",
396 "recipe_result": null, 396 "recipe_result": null,
397 "status_code": 0 397 "status_code": 0
398 } 398 }
399 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698