aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/postcommit_asan.yml
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-10-08 15:05:00 +0300
committerGitHub <noreply@github.com>2024-10-08 15:05:00 +0300
commit6783025fce91a67d0bd56ca8286cf8a6db04943a (patch)
tree3ee69d26439ab4848a5bba3103026a9f902c047e /.github/workflows/postcommit_asan.yml
parent8b39e36b2293ada1eae6b0919d9d12fcdd8e65df (diff)
downloadydb-6783025fce91a67d0bd56ca8286cf8a6db04943a.tar.gz
-DDEBUGINFO_LINES_ONLY only for CI checks (#10181)
Diffstat (limited to '.github/workflows/postcommit_asan.yml')
-rw-r--r--.github/workflows/postcommit_asan.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/postcommit_asan.yml b/.github/workflows/postcommit_asan.yml
index b49551e327..336af9ba9c 100644
--- a/.github/workflows/postcommit_asan.yml
+++ b/.github/workflows/postcommit_asan.yml
@@ -32,6 +32,7 @@ jobs:
test_size: "small,medium"
test_threads: 52
put_build_results_to_cache: true
+ additional_ya_make_args: -DDEBUGINFO_LINES_ONLY # we don't need full symbols in CI checks
secs: ${{ format('{{"TESTMO_TOKEN2":"{0}","AWS_KEY_ID":"{1}","AWS_KEY_VALUE":"{2}","REMOTE_CACHE_USERNAME":"{3}","REMOTE_CACHE_PASSWORD":"{4}"}}',
secrets.TESTMO_TOKEN2, secrets.AWS_KEY_ID, secrets.AWS_KEY_VALUE, secrets.REMOTE_CACHE_USERNAME, secrets.REMOTE_CACHE_PASSWORD ) }}
vars: ${{ format('{{"AWS_BUCKET":"{0}","AWS_ENDPOINT":"{1}","REMOTE_CACHE_URL":"{2}","TESTMO_URL":"{3}","TESTMO_PROJECT_ID":"{4}"}}',