aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornkozlovskiy <nmk@ydb.tech>2023-12-13 15:44:18 +0300
committernkozlovskiy <nmk@ydb.tech>2023-12-13 17:50:45 +0300
commitd437d8b93a72579cfee537948870e72f229ed323 (patch)
tree6968b9d272a939f798e103466e2e383c507fcf04
parentb02215d71ab4a00fd969a336c6c9f33700c7ce14 (diff)
downloadydb-d437d8b93a72579cfee537948870e72f229ed323.tar.gz
ci: use ya from repo, fix memory sanitizer run, always try generate summary
-rw-r--r--.github/actions/build_ya/action.yml6
-rw-r--r--.github/actions/test_ya/action.yml3
2 files changed, 2 insertions, 7 deletions
diff --git a/.github/actions/build_ya/action.yml b/.github/actions/build_ya/action.yml
index 7da05744de..dc40b1b186 100644
--- a/.github/actions/build_ya/action.yml
+++ b/.github/actions/build_ya/action.yml
@@ -82,12 +82,6 @@ runs:
;;
esac
- # FIXME: remove after 5014029 merge
- if [ "${{ runner.arch }}" == "X64" ]; then
- curl -s https://storage.yandexcloud.net/ydb-tech-ci/tools/ya-bin-test-cache-patched-amd64 -o ./ya
- chmod +x ./ya
- fi
-
echo "::debug::get version"
./ya --version
diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml
index 8b77983bb1..81c2d03431 100644
--- a/.github/actions/test_ya/action.yml
+++ b/.github/actions/test_ya/action.yml
@@ -123,7 +123,7 @@ runs:
;;
release-msan)
params+=(
- --build "memory" --sanitize="thread"
+ --build "release" --sanitize="memory"
-DSKIP_JUNK -DUSE_EAT_MY_DATA -DDEBUGINFO_LINES_ONLY
)
;;
@@ -295,6 +295,7 @@ runs:
- name: write tests summary
shell: bash
+ if: always()
env:
GITHUB_TOKEN: ${{ github.token }}
run: |