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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder__ANGLE_.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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "--src-dir", 303 "--src-dir",
304 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src", 304 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src",
305 "--goma-cache-dir", 305 "--goma-cache-dir",
306 "[GOMA_CACHE]", 306 "[GOMA_CACHE]",
307 "--buildbot-buildername", 307 "--buildbot-buildername",
308 "Win Builder (ANGLE)", 308 "Win Builder (ANGLE)",
309 "--buildbot-mastername", 309 "--buildbot-mastername",
310 "chromium.fyi", 310 "chromium.fyi",
311 "--buildbot-slavename", 311 "--buildbot-slavename",
312 "TestSlavename", 312 "TestSlavename",
313 "--goma-deps-cache-dir", 313 "--goma-deps-cache-file",
314 "[GOMA_DEPS_CACHE]", 314 "Win_Builder__ANGLE_.gomadeps",
315 "--build-data-dir", 315 "--build-data-dir",
316 "[ROOT]\\build_data_dir", 316 "[ROOT]\\build_data_dir",
317 "--compiler", 317 "--compiler",
318 "goma", 318 "goma",
319 "--goma-jsonstatus", 319 "--goma-jsonstatus",
320 "/path/to/tmp/json", 320 "/path/to/tmp/json",
321 "--goma-service-account-json-file", 321 "--goma-service-account-json-file",
322 "C:\\creds\\service_accounts\\service-account-goma-client.json", 322 "C:\\creds\\service_accounts\\service-account-goma-client.json",
323 "--goma-dir", 323 "--goma-dir",
324 "[CACHE]\\cipd\\goma", 324 "[CACHE]\\cipd\\goma",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "~followup_annotations": [ 424 "~followup_annotations": [
425 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 425 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
426 ] 426 ]
427 }, 427 },
428 { 428 {
429 "name": "$result", 429 "name": "$result",
430 "recipe_result": null, 430 "recipe_result": null,
431 "status_code": 0 431 "status_code": 0
432 } 432 }
433 ] 433 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698