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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_Builder.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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "--src-dir", 299 "--src-dir",
300 "[BUILDER_CACHE]\\Win_Builder\\src", 300 "[BUILDER_CACHE]\\Win_Builder\\src",
301 "--goma-cache-dir", 301 "--goma-cache-dir",
302 "[GOMA_CACHE]", 302 "[GOMA_CACHE]",
303 "--buildbot-buildername", 303 "--buildbot-buildername",
304 "Win Builder", 304 "Win Builder",
305 "--buildbot-mastername", 305 "--buildbot-mastername",
306 "chromium.webrtc.fyi", 306 "chromium.webrtc.fyi",
307 "--buildbot-slavename", 307 "--buildbot-slavename",
308 "TestSlavename", 308 "TestSlavename",
309 "--goma-deps-cache-dir", 309 "--goma-deps-cache-file",
310 "[GOMA_DEPS_CACHE]", 310 "Win_Builder.gomadeps",
311 "--build-data-dir", 311 "--build-data-dir",
312 "[ROOT]\\build_data_dir", 312 "[ROOT]\\build_data_dir",
313 "--compiler", 313 "--compiler",
314 "goma", 314 "goma",
315 "--goma-jsonstatus", 315 "--goma-jsonstatus",
316 "/path/to/tmp/json", 316 "/path/to/tmp/json",
317 "--goma-service-account-json-file", 317 "--goma-service-account-json-file",
318 "C:\\creds\\service_accounts\\service-account-goma-client.json", 318 "C:\\creds\\service_accounts\\service-account-goma-client.json",
319 "--goma-dir", 319 "--goma-dir",
320 "[CACHE]\\cipd\\goma", 320 "[CACHE]\\cipd\\goma",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "~followup_annotations": [ 412 "~followup_annotations": [
413 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" 413 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@"
414 ] 414 ]
415 }, 415 },
416 { 416 {
417 "name": "$result", 417 "name": "$result",
418 "recipe_result": null, 418 "recipe_result": null,
419 "status_code": 0 419 "status_code": 0
420 } 420 }
421 ] 421 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698