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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___debug.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "--src-dir", 290 "--src-dir",
291 "[SLAVE_BUILD]\\v8", 291 "[SLAVE_BUILD]\\v8",
292 "--goma-cache-dir", 292 "--goma-cache-dir",
293 "[GOMA_CACHE]", 293 "[GOMA_CACHE]",
294 "--buildbot-buildername", 294 "--buildbot-buildername",
295 "V8 Win64 - debug", 295 "V8 Win64 - debug",
296 "--buildbot-mastername", 296 "--buildbot-mastername",
297 "client.v8", 297 "client.v8",
298 "--buildbot-slavename", 298 "--buildbot-slavename",
299 "TestSlavename", 299 "TestSlavename",
300 "--goma-deps-cache-file",
301 "V8_Win64___debug.gomadeps",
300 "--compiler", 302 "--compiler",
301 "goma", 303 "goma",
302 "--goma-jsonstatus", 304 "--goma-jsonstatus",
303 "/path/to/tmp/json", 305 "/path/to/tmp/json",
304 "--goma-service-account-json-file", 306 "--goma-service-account-json-file",
305 "C:\\creds\\service_accounts\\service-account-goma-client.json", 307 "C:\\creds\\service_accounts\\service-account-goma-client.json",
306 "--goma-dir", 308 "--goma-dir",
307 "[CACHE]\\cipd\\goma", 309 "[CACHE]\\cipd\\goma",
308 "--" 310 "--"
309 ], 311 ],
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1157 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1156 "@@@STEP_LOG_END@durations@@@" 1158 "@@@STEP_LOG_END@durations@@@"
1157 ] 1159 ]
1158 }, 1160 },
1159 { 1161 {
1160 "name": "$result", 1162 "name": "$result",
1161 "recipe_result": null, 1163 "recipe_result": null,
1162 "status_code": 0 1164 "status_code": 0
1163 } 1165 }
1164 ] 1166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698