diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-01-26 14:45:53 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-26 14:45:53 +0300 |
commit | 6d79e7793c2c462134f4b4a7d911abc7b9b0766f (patch) | |
tree | 5639a18daef19956210d3820c031e3de9621fd83 | |
parent | ea1266e1e86133e7349b99156d117a583f2a3178 (diff) | |
download | ydb-6d79e7793c2c462134f4b4a7d911abc7b9b0766f.tar.gz |
DATA() resources
-rw-r--r-- | build/ext_mapping.conf.json | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/build/ext_mapping.conf.json b/build/ext_mapping.conf.json index aa11d8bfbb..dbcbc7450b 100644 --- a/build/ext_mapping.conf.json +++ b/build/ext_mapping.conf.json @@ -1,15 +1,22 @@ { - "bottles": {}, - "resources": { - "678806418": "https://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/678806418", - "770480022": "https://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/770480022" - }, - "resources_info": { - "770480022": { "file_name": "docker-compose" } - }, - "resources_descriptions": { - "678806418": "Pg Linux pack", - "770480022": "docker_compose for Linux" - }, - "tasks": {} + "bottles": {}, + "resources": { + "678806418": "https://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/678806418", + "770480022": "https://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/770480022", + "451427803": "https://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/451427803", + "4966407557": "https://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/4966407557" + + }, + "resources_info": { + "770480022": { "file_name": "docker-compose" }, + "451427803": { "file_name": "Robots.in" }, + "4966407557": { "file_name": "psql" } + }, + "resources_descriptions": { + "678806418": "Pg Linux pack", + "770480022": "docker_compose for Linux", + "451427803": "Robots.in", + "4966407557": "psql cli" + }, + "tasks": {} } |