mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
CI: reduce ASAN log redirection umbrella size
previously ASAN_OPTIONS=log_path=asan.log was intended for VTest execution only, it should not affect "haproxy -vv" and hsproxy config smoke testing
This commit is contained in:
parent
99c918ed8a
commit
2bb9e3bd06
5
.github/workflows/vtest.yml
vendored
5
.github/workflows/vtest.yml
vendored
@ -42,8 +42,6 @@ jobs:
|
|||||||
# Configure a short TMPDIR to prevent failures due to long unix socket
|
# Configure a short TMPDIR to prevent failures due to long unix socket
|
||||||
# paths.
|
# paths.
|
||||||
TMPDIR: /tmp
|
TMPDIR: /tmp
|
||||||
# Force ASAN output into asan.log to make the output more readable.
|
|
||||||
ASAN_OPTIONS: log_path=asan.log
|
|
||||||
OT_CPP_VERSION: 1.6.0
|
OT_CPP_VERSION: 1.6.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -143,6 +141,9 @@ jobs:
|
|||||||
run: echo "::add-matcher::.github/vtest.json"
|
run: echo "::add-matcher::.github/vtest.json"
|
||||||
- name: Run VTest for HAProxy ${{ steps.show-version.outputs.version }}
|
- name: Run VTest for HAProxy ${{ steps.show-version.outputs.version }}
|
||||||
id: vtest
|
id: vtest
|
||||||
|
env:
|
||||||
|
# Force ASAN output into asan.log to make the output more readable.
|
||||||
|
ASAN_OPTIONS: log_path=asan.log
|
||||||
run: |
|
run: |
|
||||||
# This is required for macOS which does not actually allow to increase
|
# This is required for macOS which does not actually allow to increase
|
||||||
# the '-n' soft limit to the hard limit, thus failing to run.
|
# the '-n' soft limit to the hard limit, thus failing to run.
|
||||||
|
Loading…
Reference in New Issue
Block a user