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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.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'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_ generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file ': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git' , 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', ' managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name' : 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_ generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file ': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git' , 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', ' managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name' : 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "--src-dir", 387 "--src-dir",
388 "[SLAVE_BUILD]/src", 388 "[SLAVE_BUILD]/src",
389 "--goma-cache-dir", 389 "--goma-cache-dir",
390 "[GOMA_CACHE]", 390 "[GOMA_CACHE]",
391 "--buildbot-buildername", 391 "--buildbot-buildername",
392 "Chromium Linux Codesearch", 392 "Chromium Linux Codesearch",
393 "--buildbot-mastername", 393 "--buildbot-mastername",
394 "chromium.infra.cron", 394 "chromium.infra.cron",
395 "--buildbot-slavename", 395 "--buildbot-slavename",
396 "TestSlavename", 396 "TestSlavename",
397 "--goma-deps-cache-file",
398 "Chromium_Linux_Codesearch.gomadeps",
397 "--build-args", 399 "--build-args",
398 "-k 0", 400 "-k 0",
399 "--compiler", 401 "--compiler",
400 "goma-clang", 402 "goma-clang",
401 "--goma-jsonstatus", 403 "--goma-jsonstatus",
402 "/path/to/tmp/json", 404 "/path/to/tmp/json",
403 "--goma-service-account-json-file", 405 "--goma-service-account-json-file",
404 "/creds/service_accounts/service-account-goma-client.json", 406 "/creds/service_accounts/service-account-goma-client.json",
405 "--goma-dir", 407 "--goma-dir",
406 "[CACHE]/cipd/goma", 408 "[CACHE]/cipd/goma",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "~followup_annotations": [ 507 "~followup_annotations": [
506 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_linux_170242.tar.bz2@@@" 508 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_linux_170242.tar.bz2@@@"
507 ] 509 ]
508 }, 510 },
509 { 511 {
510 "name": "$result", 512 "name": "$result",
511 "recipe_result": null, 513 "recipe_result": null,
512 "status_code": 0 514 "status_code": 0
513 } 515 }
514 ] 516 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698