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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_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'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "--src-dir", 353 "--src-dir",
354 "[SLAVE_BUILD]/src", 354 "[SLAVE_BUILD]/src",
355 "--goma-cache-dir", 355 "--goma-cache-dir",
356 "[GOMA_CACHE]", 356 "[GOMA_CACHE]",
357 "--buildbot-buildername", 357 "--buildbot-buildername",
358 "Android Builder", 358 "Android Builder",
359 "--buildbot-mastername", 359 "--buildbot-mastername",
360 "chromium.linux", 360 "chromium.linux",
361 "--buildbot-slavename", 361 "--buildbot-slavename",
362 "TestSlavename", 362 "TestSlavename",
363 "--goma-deps-cache-file",
364 "Android_Builder.gomadeps",
363 "--compiler", 365 "--compiler",
364 "goma", 366 "goma",
365 "--goma-jsonstatus", 367 "--goma-jsonstatus",
366 "/path/to/tmp/json", 368 "/path/to/tmp/json",
367 "--goma-service-account-json-file", 369 "--goma-service-account-json-file",
368 "/creds/service_accounts/service-account-goma-client.json", 370 "/creds/service_accounts/service-account-goma-client.json",
369 "--goma-dir", 371 "--goma-dir",
370 "[CACHE]/cipd/goma", 372 "[CACHE]/cipd/goma",
371 "--", 373 "--",
372 "chrome_public_test_apk" 374 "chrome_public_test_apk"
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "~followup_annotations": [ 471 "~followup_annotations": [
470 "@@@STEP_TEXT@Android Tests@@@" 472 "@@@STEP_TEXT@Android Tests@@@"
471 ] 473 ]
472 }, 474 },
473 { 475 {
474 "name": "$result", 476 "name": "$result",
475 "recipe_result": null, 477 "recipe_result": null,
476 "status_code": 0 478 "status_code": 0
477 } 479 }
478 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698