Skip to content

Commit

Permalink
[GLY] Update ya-bin & test_tool
Browse files Browse the repository at this point in the history
Revision: r4961887
Author: prettyboy
Sandbox task ID: 415599624
Glycine run ID: e406731e-3dfc-4d8d-9064-6c65af4ab1fc

ref:dbf837157a134d0d54aa88be702aca41336777dc
  • Loading branch information
arcadia-devtools committed Apr 18, 2019
1 parent 2596b8d commit 8c7a724
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion build/mapping.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,10 @@
"916548833": "https://storage.mds.yandex.net/get-devtools-opensource/250854/916548833",
"920356784": "https://storage.mds.yandex.net/get-devtools-opensource/250854/920356784",
"920357003": "https://storage.mds.yandex.net/get-devtools-opensource/250854/920357003",
"920357118": "https://storage.mds.yandex.net/get-devtools-opensource/250854/920357118"
"920357118": "https://storage.mds.yandex.net/get-devtools-opensource/250854/920357118",
"920563660": "https://storage.mds.yandex.net/get-devtools-opensource/250854/920563660",
"920563888": "https://storage.mds.yandex.net/get-devtools-opensource/250854/920563888",
"920564250": "https://storage.mds.yandex.net/get-devtools-opensource/250854/920564250"
},
"tasks": {
"220049371": {
Expand Down
6 changes: 3 additions & 3 deletions build/platform/test_tool/host.ya.make.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IF (HOST_OS_DARWIN)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:916548534)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:920563888)
ELSEIF (HOST_OS_LINUX)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:916548833)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:920564250)
ELSEIF (HOST_OS_WINDOWS)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:916548356)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:920563660)
ENDIF()
4 changes: 2 additions & 2 deletions ya
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import sys
import platform
import json

URLS = ["https://storage.mds.yandex.net/get-devtools-opensource/233854/12932345a0b01c828df38bff7a43a33f"]
MD5 = "12932345a0b01c828df38bff7a43a33f"
URLS = ["https://storage.mds.yandex.net/get-devtools-opensource/233854/a4a195f4a2f27af0630c7e8fe81f8e4e"]
MD5 = "a4a195f4a2f27af0630c7e8fe81f8e4e"

RETRIES = 5
HASH_PREFIX = 10
Expand Down

0 comments on commit 8c7a724

Please sign in to comment.