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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_dbg.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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "--src-dir", 285 "--src-dir",
286 "[SLAVE_BUILD]/v8", 286 "[SLAVE_BUILD]/v8",
287 "--goma-cache-dir", 287 "--goma-cache-dir",
288 "[GOMA_CACHE]", 288 "[GOMA_CACHE]",
289 "--buildbot-buildername", 289 "--buildbot-buildername",
290 "v8_linux_arm64_dbg", 290 "v8_linux_arm64_dbg",
291 "--buildbot-mastername", 291 "--buildbot-mastername",
292 "tryserver.v8", 292 "tryserver.v8",
293 "--buildbot-slavename", 293 "--buildbot-slavename",
294 "TestSlavename", 294 "TestSlavename",
295 "--goma-deps-cache-file",
296 "v8_linux_arm64_dbg.gomadeps",
295 "--compiler", 297 "--compiler",
296 "goma", 298 "goma",
297 "--goma-jsonstatus", 299 "--goma-jsonstatus",
298 "/path/to/tmp/json", 300 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 301 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 302 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 303 "--goma-dir",
302 "[CACHE]/cipd/goma", 304 "[CACHE]/cipd/goma",
303 "--goma-fail-fast", 305 "--goma-fail-fast",
304 "--goma-disable-local-fallback", 306 "--goma-disable-local-fallback",
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1638 "@@@STEP_LOG_END@durations@@@" 1640 "@@@STEP_LOG_END@durations@@@"
1639 ] 1641 ]
1640 }, 1642 },
1641 { 1643 {
1642 "name": "$result", 1644 "name": "$result",
1643 "recipe_result": null, 1645 "recipe_result": null,
1644 "status_code": 0 1646 "status_code": 0
1645 } 1647 }
1646 ] 1648 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698