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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "--src-dir", 296 "--src-dir",
297 "[BUILDER_CACHE]\\Win_Builder\\src", 297 "[BUILDER_CACHE]\\Win_Builder\\src",
298 "--goma-cache-dir", 298 "--goma-cache-dir",
299 "[GOMA_CACHE]", 299 "[GOMA_CACHE]",
300 "--buildbot-buildername", 300 "--buildbot-buildername",
301 "Win Builder", 301 "Win Builder",
302 "--buildbot-mastername", 302 "--buildbot-mastername",
303 "chromium.webrtc", 303 "chromium.webrtc",
304 "--buildbot-slavename", 304 "--buildbot-slavename",
305 "TestSlavename", 305 "TestSlavename",
306 "--goma-deps-cache-dir", 306 "--goma-deps-cache-file",
307 "[GOMA_DEPS_CACHE]", 307 "Win_Builder.gomadeps",
308 "--build-data-dir", 308 "--build-data-dir",
309 "[ROOT]\\build_data_dir", 309 "[ROOT]\\build_data_dir",
310 "--compiler", 310 "--compiler",
311 "goma", 311 "goma",
312 "--goma-jsonstatus", 312 "--goma-jsonstatus",
313 "/path/to/tmp/json", 313 "/path/to/tmp/json",
314 "--goma-service-account-json-file", 314 "--goma-service-account-json-file",
315 "C:\\creds\\service_accounts\\service-account-goma-client.json", 315 "C:\\creds\\service_accounts\\service-account-goma-client.json",
316 "--goma-dir", 316 "--goma-dir",
317 "[CACHE]\\cipd\\goma", 317 "[CACHE]\\cipd\\goma",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "~followup_annotations": [ 430 "~followup_annotations": [
431 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" 431 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@"
432 ] 432 ]
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