diff options
author | korum <korum@yandex-team.com> | 2023-07-14 01:03:06 +0300 |
---|---|---|
committer | korum <korum@yandex-team.com> | 2023-07-14 01:03:06 +0300 |
commit | 2b2fc6524acf1192001a893800db21bbc9d03e37 (patch) | |
tree | 743ab846683530f41a0983234588265541f4efb7 | |
parent | 8e53f4da5c476d248b24735d4273dc98b2b13878 (diff) | |
download | ydb-2b2fc6524acf1192001a893800db21bbc9d03e37.tar.gz |
Bump `FAKEID` to rerun all tests after ignoring a big range of postcommits
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 652fdfe90e..8d4dd11ba7 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -6,7 +6,7 @@ # - Distributed (YT) cache warmup will take significant time to catch up and will need to recache everything. # - Autocheck will rebuild and recache everything. # Use this with extreme care and only change if it is ultimately needed. Consider more specific XXX_FAKEIDs below instead. -FAKEID=31415926535 +FAKEID=314159265358 SANDBOX_FAKEID=${FAKEID}.7600000 CPP_FAKEID=2023-06-06 |