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

Side by Side Diff: scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "--src-dir", 298 "--src-dir",
299 "[SLAVE_BUILD]/src", 299 "[SLAVE_BUILD]/src",
300 "--goma-cache-dir", 300 "--goma-cache-dir",
301 "[GOMA_CACHE]", 301 "[GOMA_CACHE]",
302 "--buildbot-buildername", 302 "--buildbot-buildername",
303 "Linux Builder", 303 "Linux Builder",
304 "--buildbot-mastername", 304 "--buildbot-mastername",
305 "chromium.linux", 305 "chromium.linux",
306 "--buildbot-slavename", 306 "--buildbot-slavename",
307 "TestSlavename", 307 "TestSlavename",
308 "--goma-deps-cache-file",
309 "Linux_Builder.gomadeps",
308 "--compiler", 310 "--compiler",
309 "goma", 311 "goma",
310 "--goma-jsonstatus", 312 "--goma-jsonstatus",
311 "/path/to/tmp/json", 313 "/path/to/tmp/json",
312 "--goma-service-account-json-file", 314 "--goma-service-account-json-file",
313 "/creds/service_accounts/service-account-goma-client.json", 315 "/creds/service_accounts/service-account-goma-client.json",
314 "--goma-dir", 316 "--goma-dir",
315 "[CACHE]/cipd/goma", 317 "[CACHE]/cipd/goma",
316 "--ninja-ensure-up-to-date", 318 "--ninja-ensure-up-to-date",
317 "--", 319 "--",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "~followup_annotations": [ 417 "~followup_annotations": [
416 "@@@STEP_TEXT@Linux Tests@@@" 418 "@@@STEP_TEXT@Linux Tests@@@"
417 ] 419 ]
418 }, 420 },
419 { 421 {
420 "name": "$result", 422 "name": "$result",
421 "recipe_result": null, 423 "recipe_result": null,
422 "status_code": 0 424 "status_code": 0
423 } 425 }
424 ] 426 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698