diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-20 12:55:45 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-20 13:37:57 +0300 |
commit | df4a6ec0524a6866c0014f3abe91786f64d4bd83 (patch) | |
tree | 8fdb4feb27d7177b56d3897feb8d5a54b82e07d7 | |
parent | 21a06b21f58177b7fce835838bc38d7228ac7e03 (diff) | |
download | ydb-df4a6ec0524a6866c0014f3abe91786f64d4bd83.tar.gz |
YA-TC release 12
Update tools: ya-tc, os-ya-tc
72c9673fd14f6ef8fd1445a8850df3c7b486b426
-rw-r--r-- | build/external_resources/ya-tc/public.resources.json | 8 | ||||
-rw-r--r-- | build/mapping.conf.json | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/build/external_resources/ya-tc/public.resources.json b/build/external_resources/ya-tc/public.resources.json index 6fa4775f3b..7b81e8732a 100644 --- a/build/external_resources/ya-tc/public.resources.json +++ b/build/external_resources/ya-tc/public.resources.json @@ -1,16 +1,16 @@ { "by_platform": { "darwin": { - "uri": "sbr:6148089711" + "uri": "sbr:6512097221" }, "darwin-arm64": { - "uri": "sbr:6148088723" + "uri": "sbr:6512096671" }, "linux": { - "uri": "sbr:6148087756" + "uri": "sbr:6512096202" }, "linux-aarch64": { - "uri": "sbr:6148086856" + "uri": "sbr:6512095667" } } } diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 6e07a8ad6f..1bc577dfbd 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -163,9 +163,13 @@ "3877389242": "https://devtools-registry.s3.yandex.net/3877389242", "3877388826": "https://devtools-registry.s3.yandex.net/3877388826", "6148089711": "https://devtools-registry.s3.yandex.net/6148089711", + "6512097221": "https://devtools-registry.s3.yandex.net/6512097221", "6148088723": "https://devtools-registry.s3.yandex.net/6148088723", + "6512096671": "https://devtools-registry.s3.yandex.net/6512096671", "6148087756": "https://devtools-registry.s3.yandex.net/6148087756", + "6512096202": "https://devtools-registry.s3.yandex.net/6512096202", "6148086856": "https://devtools-registry.s3.yandex.net/6148086856", + "6512095667": "https://devtools-registry.s3.yandex.net/6512095667", "3961412335": "https://devtools-registry.s3.yandex.net/3961412335", "3961411314": "https://devtools-registry.s3.yandex.net/3961411314", "3961413236": "https://devtools-registry.s3.yandex.net/3961413236", @@ -724,9 +728,13 @@ "3877389242": "devtools/huge_python3/python3 for linux-ppc64le", "3877388826": "devtools/huge_python3/python3 for win32-clang-cl", "6148089711": "devtools/local_cache/toolscache/server/ya-tc for darwin", + "6512097221": "devtools/local_cache/toolscache/server/ya-tc for darwin", "6148088723": "devtools/local_cache/toolscache/server/ya-tc for darwin-arm64", + "6512096671": "devtools/local_cache/toolscache/server/ya-tc for darwin-arm64", "6148087756": "devtools/local_cache/toolscache/server/ya-tc for linux", + "6512096202": "devtools/local_cache/toolscache/server/ya-tc for linux", "6148086856": "devtools/local_cache/toolscache/server/ya-tc for linux-aarch64", + "6512095667": "devtools/local_cache/toolscache/server/ya-tc for linux-aarch64", "3961412335": "devtools/ya/test/programs/flake8/py2/flake8 for darwin", "3961411314": "devtools/ya/test/programs/flake8/py2/flake8 for darwin-arm64", "3961413236": "devtools/ya/test/programs/flake8/py2/flake8 for linux", |