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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "--src-dir", 391 "--src-dir",
392 "[BUILDER_CACHE]\\win_archive\\src", 392 "[BUILDER_CACHE]\\win_archive\\src",
393 "--goma-cache-dir", 393 "--goma-cache-dir",
394 "[GOMA_CACHE]", 394 "[GOMA_CACHE]",
395 "--buildbot-buildername", 395 "--buildbot-buildername",
396 "win_archive", 396 "win_archive",
397 "--buildbot-mastername", 397 "--buildbot-mastername",
398 "tryserver.chromium.win", 398 "tryserver.chromium.win",
399 "--buildbot-slavename", 399 "--buildbot-slavename",
400 "TestSlavename", 400 "TestSlavename",
401 "--goma-deps-cache-dir", 401 "--goma-deps-cache-file",
402 "[GOMA_DEPS_CACHE]", 402 "win_archive.gomadeps",
403 "--compiler", 403 "--compiler",
404 "goma", 404 "goma",
405 "--goma-jsonstatus", 405 "--goma-jsonstatus",
406 "/path/to/tmp/json", 406 "/path/to/tmp/json",
407 "--goma-service-account-json-file", 407 "--goma-service-account-json-file",
408 "C:\\creds\\service_accounts\\service-account-goma-client.json", 408 "C:\\creds\\service_accounts\\service-account-goma-client.json",
409 "--goma-dir", 409 "--goma-dir",
410 "[CACHE]\\cipd\\goma", 410 "[CACHE]\\cipd\\goma",
411 "--goma-fail-fast", 411 "--goma-fail-fast",
412 "--goma-disable-local-fallback", 412 "--goma-disable-local-fallback",
(...skipping 17 matching lines...) Expand all
430 "import sys; sys.exit(0)" 430 "import sys; sys.exit(0)"
431 ], 431 ],
432 "name": "mark: before_tests" 432 "name": "mark: before_tests"
433 }, 433 },
434 { 434 {
435 "name": "$result", 435 "name": "$result",
436 "recipe_result": null, 436 "recipe_result": null,
437 "status_code": 0 437 "status_code": 0
438 } 438 }
439 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698