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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_win_release.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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "--src-dir", 270 "--src-dir",
271 "[SLAVE_BUILD]\\v8", 271 "[SLAVE_BUILD]\\v8",
272 "--goma-cache-dir", 272 "--goma-cache-dir",
273 "[GOMA_CACHE]", 273 "[GOMA_CACHE]",
274 "--buildbot-buildername", 274 "--buildbot-buildername",
275 "v8-win-release", 275 "v8-win-release",
276 "--buildbot-mastername", 276 "--buildbot-mastername",
277 "client.dart.fyi", 277 "client.dart.fyi",
278 "--buildbot-slavename", 278 "--buildbot-slavename",
279 "TestSlavename", 279 "TestSlavename",
280 "--goma-deps-cache-file",
281 "v8_win_release.gomadeps",
280 "--compiler", 282 "--compiler",
281 "goma", 283 "goma",
282 "--goma-jsonstatus", 284 "--goma-jsonstatus",
283 "/path/to/tmp/json", 285 "/path/to/tmp/json",
284 "--goma-service-account-json-file", 286 "--goma-service-account-json-file",
285 "C:\\creds\\service_accounts\\service-account-goma-client.json", 287 "C:\\creds\\service_accounts\\service-account-goma-client.json",
286 "--goma-dir", 288 "--goma-dir",
287 "[CACHE]\\cipd\\goma", 289 "[CACHE]\\cipd\\goma",
288 "--" 290 "--"
289 ], 291 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 323 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
322 ], 324 ],
323 "name": "package build" 325 "name": "package build"
324 }, 326 },
325 { 327 {
326 "name": "$result", 328 "name": "$result",
327 "recipe_result": null, 329 "recipe_result": null,
328 "status_code": 0 330 "status_code": 0
329 } 331 }
330 ] 332 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698