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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___interpreted_regexp.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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "--src-dir", 258 "--src-dir",
259 "[SLAVE_BUILD]/v8", 259 "[SLAVE_BUILD]/v8",
260 "--goma-cache-dir", 260 "--goma-cache-dir",
261 "[GOMA_CACHE]", 261 "[GOMA_CACHE]",
262 "--buildbot-buildername", 262 "--buildbot-buildername",
263 "V8 Linux - interpreted regexp", 263 "V8 Linux - interpreted regexp",
264 "--buildbot-mastername", 264 "--buildbot-mastername",
265 "client.v8", 265 "client.v8",
266 "--buildbot-slavename", 266 "--buildbot-slavename",
267 "TestSlavename", 267 "TestSlavename",
268 "--goma-deps-cache-file",
269 "V8_Linux___interpreted_regexp.gomadeps",
268 "--compiler", 270 "--compiler",
269 "goma", 271 "goma",
270 "--goma-jsonstatus", 272 "--goma-jsonstatus",
271 "/path/to/tmp/json", 273 "/path/to/tmp/json",
272 "--goma-service-account-json-file", 274 "--goma-service-account-json-file",
273 "/creds/service_accounts/service-account-goma-client.json", 275 "/creds/service_accounts/service-account-goma-client.json",
274 "--goma-dir", 276 "--goma-dir",
275 "[CACHE]/cipd/goma", 277 "[CACHE]/cipd/goma",
276 "--" 278 "--"
277 ], 279 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 325 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
324 "@@@STEP_LOG_END@durations@@@" 326 "@@@STEP_LOG_END@durations@@@"
325 ] 327 ]
326 }, 328 },
327 { 329 {
328 "name": "$result", 330 "name": "$result",
329 "recipe_result": null, 331 "recipe_result": null,
330 "status_code": 0 332 "status_code": 0
331 } 333 }
332 ] 334 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698