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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Win.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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "--src-dir", 265 "--src-dir",
266 "[BUILDER_CACHE]\\Print_Preview_Win\\src", 266 "[BUILDER_CACHE]\\Print_Preview_Win\\src",
267 "--goma-cache-dir", 267 "--goma-cache-dir",
268 "[GOMA_CACHE]", 268 "[GOMA_CACHE]",
269 "--buildbot-buildername", 269 "--buildbot-buildername",
270 "Print Preview Win", 270 "Print Preview Win",
271 "--buildbot-mastername", 271 "--buildbot-mastername",
272 "chromium.fyi", 272 "chromium.fyi",
273 "--buildbot-slavename", 273 "--buildbot-slavename",
274 "TestSlavename", 274 "TestSlavename",
275 "--goma-deps-cache-dir", 275 "--goma-deps-cache-file",
276 "[GOMA_DEPS_CACHE]", 276 "Print_Preview_Win.gomadeps",
277 "--build-data-dir", 277 "--build-data-dir",
278 "[ROOT]\\build_data_dir", 278 "[ROOT]\\build_data_dir",
279 "--compiler", 279 "--compiler",
280 "goma", 280 "goma",
281 "--goma-jsonstatus", 281 "--goma-jsonstatus",
282 "/path/to/tmp/json", 282 "/path/to/tmp/json",
283 "--goma-service-account-json-file", 283 "--goma-service-account-json-file",
284 "C:\\creds\\service_accounts\\service-account-goma-client.json", 284 "C:\\creds\\service_accounts\\service-account-goma-client.json",
285 "--goma-dir", 285 "--goma-dir",
286 "[CACHE]\\cipd\\goma", 286 "[CACHE]\\cipd\\goma",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
339 }, 339 },
340 "name": "process_dumps" 340 "name": "process_dumps"
341 }, 341 },
342 { 342 {
343 "name": "$result", 343 "name": "$result",
344 "recipe_result": null, 344 "recipe_result": null,
345 "status_code": 0 345 "status_code": 0
346 } 346 }
347 ] 347 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698