diff options
author | tekireeva <tekireeva@yandex-team.com> | 2024-06-20 05:53:33 +0300 |
---|---|---|
committer | tekireeva <tekireeva@yandex-team.com> | 2024-06-20 06:02:39 +0300 |
commit | b7c50073ea5fc293e71bd8cf7ac4164f08162d6d (patch) | |
tree | 662f7aef12f4624ca760d8d9f8c10ca3945e54de | |
parent | 390ef299e5e7611462cd17cdef8e6dab65d87de6 (diff) | |
download | ydb-b7c50073ea5fc293e71bd8cf7ac4164f08162d6d.tar.gz |
[build] Add var to disable predictor in autocheck
5bfc88c64571da2289913e902a7a62d13b67898e
-rw-r--r-- | build/ymake.core.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 55ed2bbbb9e..107e7fbade0 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -99,6 +99,11 @@ when ($STRUCT_CMD == "yes") { __BSDQ__=\\\" } +USE_GRAPH_CHANGES_PREDICTOR=yes +when ($AUTOCHECK == "yes") { + USE_GRAPH_CHANGES_PREDICTOR=no +} + ARCADIA_TEST_ROOT=../arcadia_tests_data/ DEFAULT_REQUIREMENTS=network:restricted cpu:1 ram:32 |