This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 58b83260e ci(github): run workflows for CPP ASan tests based on
third-party images dedicated to ASan tests (#2350)
58b83260e is described below
commit 58b83260ec31530c4316e1cedceeb84731b66e95
Author: Dan Wang <[email protected]>
AuthorDate: Mon Jan 12 21:04:11 2026 +0800
ci(github): run workflows for CPP ASan tests based on third-party images
dedicated to ASan tests (#2350)
https://github.com/apache/incubator-pegasus/issues/2344.
Run ASan tests based on the third-party ASan images built by
https://github.com/apache/incubator-pegasus/pull/2347.
---
.github/workflows/lint_and_test_cpp.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/lint_and_test_cpp.yaml
b/.github/workflows/lint_and_test_cpp.yaml
index 6fcf4b8b6..31f83b413 100644
--- a/.github/workflows/lint_and_test_cpp.yaml
+++ b/.github/workflows/lint_and_test_cpp.yaml
@@ -213,7 +213,7 @@ jobs:
ARTIFACT_NAME: release_address
BUILD_OPTIONS: --sanitizer address --disable_gperf --test
container:
- image: apache/pegasus:thirdparties-bin-test-ubuntu2204-${{
github.base_ref }}
+ image: apache/pegasus:thirdparties-bin-test-asan-ubuntu2204-${{
github.base_ref }}
steps:
- uses: actions/checkout@v4
- name: Rebuild thirdparty if needed
@@ -284,7 +284,7 @@ jobs:
env:
ARTIFACT_NAME: release_address
container:
- image: apache/pegasus:thirdparties-bin-test-ubuntu2204-${{
github.base_ref }}
+ image: apache/pegasus:thirdparties-bin-test-asan-ubuntu2204-${{
github.base_ref }}
options: --cap-add=SYS_PTRACE
steps:
- uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]