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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_override_compile_targets.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': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "--src-dir", 303 "--src-dir",
304 "[SLAVE_BUILD]/src", 304 "[SLAVE_BUILD]/src",
305 "--goma-cache-dir", 305 "--goma-cache-dir",
306 "[GOMA_CACHE]", 306 "[GOMA_CACHE]",
307 "--buildbot-buildername", 307 "--buildbot-buildername",
308 "Linux Builder", 308 "Linux Builder",
309 "--buildbot-mastername", 309 "--buildbot-mastername",
310 "chromium.linux", 310 "chromium.linux",
311 "--buildbot-slavename", 311 "--buildbot-slavename",
312 "TestSlavename", 312 "TestSlavename",
313 "--goma-deps-cache-file",
314 "Linux_Builder.gomadeps",
313 "--compiler", 315 "--compiler",
314 "goma", 316 "goma",
315 "--goma-jsonstatus", 317 "--goma-jsonstatus",
316 "/path/to/tmp/json", 318 "/path/to/tmp/json",
317 "--goma-service-account-json-file", 319 "--goma-service-account-json-file",
318 "/creds/service_accounts/service-account-goma-client.json", 320 "/creds/service_accounts/service-account-goma-client.json",
319 "--goma-dir", 321 "--goma-dir",
320 "[CACHE]/cipd/goma", 322 "[CACHE]/cipd/goma",
321 "--ninja-ensure-up-to-date", 323 "--ninja-ensure-up-to-date",
322 "--", 324 "--",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "~followup_annotations": [ 422 "~followup_annotations": [
421 "@@@STEP_TEXT@Linux Tests@@@" 423 "@@@STEP_TEXT@Linux Tests@@@"
422 ] 424 ]
423 }, 425 },
424 { 426 {
425 "name": "$result", 427 "name": "$result",
426 "recipe_result": null, 428 "recipe_result": null,
427 "status_code": 0 429 "status_code": 0
428 } 430 }
429 ] 431 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698