aboutsummaryrefslogtreecommitdiffstats
path: root/.mapping.json
diff options
context:
space:
mode:
authorNikita Kozlovskiy <nikitka@gmail.com>2023-10-10 16:14:03 +0300
committernkozlovskiy <nmk@ydb.tech>2023-10-10 16:45:28 +0300
commitd039bfa4e3a41b10fc8d1fd06d125842dcf94200 (patch)
treef2b24af746fbbfb9109b1d7994b4da23dda03400 /.mapping.json
parent7722c2d79d4f144aa037357ef2564168286b759e (diff)
downloadydb-d039bfa4e3a41b10fc8d1fd06d125842dcf94200.tar.gz
add ya make and test support
add ya make and test support Pull Request resolved: https://github.com/ydb-platform/ydb/pull/392
Diffstat (limited to '.mapping.json')
-rw-r--r--.mapping.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json
index 5075538ec7..7f672f345c 100644
--- a/.mapping.json
+++ b/.mapping.json
@@ -1,7 +1,10 @@
{
".github/actions/build/action.yml":"ydb/github_toplevel/.github/actions/build/action.yml",
+ ".github/actions/build_ya/action.yml":"ydb/github_toplevel/.github/actions/build_ya/action.yml",
".github/actions/prepare_vm/action.yaml":"ydb/github_toplevel/.github/actions/prepare_vm/action.yaml",
+ ".github/actions/s3cmd/action.yml":"ydb/github_toplevel/.github/actions/s3cmd/action.yml",
".github/actions/test/action.yml":"ydb/github_toplevel/.github/actions/test/action.yml",
+ ".github/actions/test_ya/action.yml":"ydb/github_toplevel/.github/actions/test_ya/action.yml",
".github/check_dirs.sh":"ydb/github_toplevel/.github/check_dirs.sh",
".github/config/muted_functest.txt":"ydb/github_toplevel/.github/config/muted_functest.txt",
".github/config/muted_shard.txt":"ydb/github_toplevel/.github/config/muted_shard.txt",
@@ -26,9 +29,13 @@
".github/scripts/tests/mute_utils.py":"ydb/github_toplevel/.github/scripts/tests/mute_utils.py",
".github/scripts/tests/pytest-postprocess.py":"ydb/github_toplevel/.github/scripts/tests/pytest-postprocess.py",
".github/scripts/tests/templates/summary.html":"ydb/github_toplevel/.github/scripts/tests/templates/summary.html",
+ ".github/scripts/tests/transform-ya-junit.py":"ydb/github_toplevel/.github/scripts/tests/transform-ya-junit.py",
".github/workflows/allowed_dirs.yml":"ydb/github_toplevel/.github/workflows/allowed_dirs.yml",
".github/workflows/build_and_test_ondemand.yml":"ydb/github_toplevel/.github/workflows/build_and_test_ondemand.yml",
".github/workflows/build_and_test_provisioned.yml":"ydb/github_toplevel/.github/workflows/build_and_test_provisioned.yml",
+ ".github/workflows/build_and_test_ya.yml":"ydb/github_toplevel/.github/workflows/build_and_test_ya.yml",
+ ".github/workflows/build_and_test_ya_ondemand.yml":"ydb/github_toplevel/.github/workflows/build_and_test_ya_ondemand.yml",
+ ".github/workflows/build_and_test_ya_provisioned.yml":"ydb/github_toplevel/.github/workflows/build_and_test_ya_provisioned.yml",
".github/workflows/docker_publish.yml":"ydb/github_toplevel/.github/workflows/docker_publish.yml",
".github/workflows/docs_build.yaml":"ydb/github_toplevel/.github/workflows/docs_build.yaml",
".github/workflows/docs_release.yaml":"ydb/github_toplevel/.github/workflows/docs_release.yaml",