Browse Source

Configure bazel cache and canonization backedn by default for GitHub ya make

alexv-smirnov 1 year ago
parent
commit
52642c5f2b
2 changed files with 4 additions and 0 deletions
  1. 1 0
      .mapping.json
  2. 3 0
      build/internal/ya.conf

+ 1 - 0
.mapping.json

@@ -60,6 +60,7 @@
   "ROADMAP.md":"ydb/github_toplevel/ROADMAP.md",
   "SECURITY.md":"ydb/github_toplevel/SECURITY.md",
   "build/internal/conf/internal.conf":"ydb/github_toplevel/build/internal/conf/internal.conf",
+  "build/internal/ya.conf":"ydb/github_toplevel/build/internal/ya.conf",
   "build/mapping.conf.json":"devtools/ya/opensource/mapping.conf.json",
   "build/scripts/export_script_gen.py":"",
   "build/scripts/generate_vcs_info.py":"",

+ 3 - 0
build/internal/ya.conf

@@ -0,0 +1,3 @@
+canonization_backend = "ydb-canondata.storage.yandexcloud.net"
+bazel_remote_store = true
+bazel_remote_baseuri = "http://cachesrv.ydb.tech:8081"