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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
9 "--patch_root", 9 "--patch_root",
10 "v8", 10 "v8",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "--src-dir", 264 "--src-dir",
265 "[SLAVE_BUILD]/v8", 265 "[SLAVE_BUILD]/v8",
266 "--goma-cache-dir", 266 "--goma-cache-dir",
267 "[GOMA_CACHE]", 267 "[GOMA_CACHE]",
268 "--buildbot-buildername", 268 "--buildbot-buildername",
269 "v8_linux_gcc_rel", 269 "v8_linux_gcc_rel",
270 "--buildbot-mastername", 270 "--buildbot-mastername",
271 "tryserver.v8", 271 "tryserver.v8",
272 "--buildbot-slavename", 272 "--buildbot-slavename",
273 "TestSlavename", 273 "TestSlavename",
274 "--goma-deps-cache-file",
275 "v8_linux_gcc_rel.gomadeps",
274 "--compiler", 276 "--compiler",
275 "goma", 277 "goma",
276 "--goma-jsonstatus", 278 "--goma-jsonstatus",
277 "/path/to/tmp/json", 279 "/path/to/tmp/json",
278 "--goma-service-account-json-file", 280 "--goma-service-account-json-file",
279 "/creds/service_accounts/service-account-goma-client.json", 281 "/creds/service_accounts/service-account-goma-client.json",
280 "--goma-dir", 282 "--goma-dir",
281 "[CACHE]/cipd/goma", 283 "[CACHE]/cipd/goma",
282 "--goma-fail-fast", 284 "--goma-fail-fast",
283 "--goma-disable-local-fallback", 285 "--goma-disable-local-fallback",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 333 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
332 "@@@STEP_LOG_END@durations@@@" 334 "@@@STEP_LOG_END@durations@@@"
333 ] 335 ]
334 }, 336 },
335 { 337 {
336 "name": "$result", 338 "name": "$result",
337 "recipe_result": null, 339 "recipe_result": null,
338 "status_code": 0 340 "status_code": 0
339 } 341 }
340 ] 342 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698