diff options
| author | vitalyisaev <[email protected]> | 2023-11-30 13:26:22 +0300 |
|---|---|---|
| committer | vitalyisaev <[email protected]> | 2023-11-30 15:44:45 +0300 |
| commit | 0a98fece5a9b54f16afeb3a94b3eb3105e9c3962 (patch) | |
| tree | 291d72dbd7e9865399f668c84d11ed86fb190bbf /build/platform/python | |
| parent | cb2c8d75065e5b3c47094067cb4aa407d4813298 (diff) | |
YQ Connector:Use docker-compose in integrational tests
Diffstat (limited to 'build/platform/python')
| -rw-r--r-- | build/platform/python/ymake_python2/resources.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/build/platform/python/ymake_python2/resources.json b/build/platform/python/ymake_python2/resources.json new file mode 100644 index 00000000000..880a39a0539 --- /dev/null +++ b/build/platform/python/ymake_python2/resources.json @@ -0,0 +1,22 @@ +{ + "by_platform": { + "darwin-arm64": { + "uri": "sbr:2989596911" + }, + "darwin-x86_64": { + "uri": "sbr:2989597929" + }, + "linux-x86_64": { + "uri": "sbr:2989598506" + }, + "linux-ppc64le": { + "uri": "sbr:2989596149" + }, + "win32-x86_64": { + "uri": "sbr:2989597467" + }, + "linux-aarch64": { + "uri": "sbr:3864777619" + } + } +} |
