ya.conf 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # Please keep this in sync with arcadia/ya.conf
  2. build_cache = true
  3. build_cache_conf = ['cas_logging=true', 'graph_info=true']
  4. build_cache_master = true
  5. cache_codec = ''
  6. cache_size = 150374182400
  7. content_uids = true
  8. dir_outputs = true
  9. dir_outputs_test_mode = true
  10. dump_debug_enabled = true
  11. fail_maven_export_with_tests = true
  12. incremental_build_dirs_cleanup = true
  13. oauth_exchange_ssh_keys = true
  14. remove_implicit_data_path = true
  15. remove_result_node = true
  16. tools_cache = true
  17. tools_cache_master = true
  18. use_atd_revisions_info = true
  19. use_jstyle_server = true
  20. use_command_file_in_testtool = true
  21. [test_tool3_handlers]
  22. build_clang_coverage_report = true
  23. build_go_coverage_report = true
  24. build_python_coverage_report = false
  25. build_sancov_coverage_report = true
  26. build_ts_coverage_report = true
  27. canonization_result_node = true
  28. canonize = true
  29. check_external = true
  30. check_mds = true
  31. check_resource = true
  32. checkout = true
  33. cov_merge_vfs = false
  34. create_allure_report = true
  35. download = true
  36. list_result_node = true
  37. list_tests = true
  38. merge_coverage_inplace = true
  39. merge_python_coverage = true
  40. minimize_fuzz_corpus = true
  41. populate_token_to_sandbox_vault = true
  42. resolve_clang_coverage = true
  43. resolve_go_coverage = true
  44. resolve_java_coverage = true
  45. resolve_python_coverage = false
  46. resolve_sancov_coverage = true
  47. resolve_ts_coverage = true
  48. result_node = true
  49. results_accumulator = true
  50. results_merger = true
  51. run_boost_test = true
  52. run_check = true
  53. run_clang_tidy = true
  54. run_classpath_clash = true
  55. run_coverage_extractor = true
  56. run_custom_lint = true
  57. run_diff_test = false
  58. run_eslint = true
  59. run_exectest = true
  60. run_fuzz = true
  61. run_fuzz_result_node = true
  62. run_g_benchmark = true
  63. run_go_fmt = true
  64. run_go_test = true
  65. run_go_vet = true
  66. run_gtest = true
  67. run_hermione = true
  68. run_javastyle = true
  69. run_jest = true
  70. run_ktlint_test = true
  71. run_pyimports = true
  72. run_skipped_test = true
  73. run_test = true
  74. run_ut = true
  75. run_y_benchmark = true
  76. sandbox_run_test = true
  77. unify_clang_coverage = true
  78. upload = false
  79. upload_coverage = false
  80. ytexec_run_test = true
  81. # ===== opensource only table params =====
  82. [host_platform_flags]
  83. OPENSOURCE = "yes"
  84. USE_PREBUILT_TOOLS = "no"
  85. [flags]
  86. OPENSOURCE = "yes"
  87. USE_PREBUILT_TOOLS = "no"