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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "--src-dir", 370 "--src-dir",
371 "[BUILDER_CACHE]\\win_clang\\src", 371 "[BUILDER_CACHE]\\win_clang\\src",
372 "--goma-cache-dir", 372 "--goma-cache-dir",
373 "[GOMA_CACHE]", 373 "[GOMA_CACHE]",
374 "--buildbot-buildername", 374 "--buildbot-buildername",
375 "CrWinClang", 375 "CrWinClang",
376 "--buildbot-mastername", 376 "--buildbot-mastername",
377 "chromium.fyi", 377 "chromium.fyi",
378 "--buildbot-slavename", 378 "--buildbot-slavename",
379 "TestSlavename", 379 "TestSlavename",
380 "--goma-deps-cache-dir", 380 "--goma-deps-cache-file",
381 "[GOMA_DEPS_CACHE]", 381 "CrWinClang.gomadeps",
382 "--build-data-dir", 382 "--build-data-dir",
383 "[ROOT]\\build_data_dir", 383 "[ROOT]\\build_data_dir",
384 "--compiler", 384 "--compiler",
385 "goma-clang", 385 "goma-clang",
386 "--goma-jsonstatus", 386 "--goma-jsonstatus",
387 "/path/to/tmp/json", 387 "/path/to/tmp/json",
388 "--goma-service-account-json-file", 388 "--goma-service-account-json-file",
389 "C:\\creds\\service_accounts\\service-account-goma-client.json", 389 "C:\\creds\\service_accounts\\service-account-goma-client.json",
390 "--mode", 390 "--mode",
391 "official", 391 "official",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "~followup_annotations": [ 491 "~followup_annotations": [
492 "@@@STEP_TEXT@CrWinClang tester@@@" 492 "@@@STEP_TEXT@CrWinClang tester@@@"
493 ] 493 ]
494 }, 494 },
495 { 495 {
496 "name": "$result", 496 "name": "$result",
497 "recipe_result": null, 497 "recipe_result": null,
498 "status_code": 0 498 "status_code": 0
499 } 499 }
500 ] 500 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698