Skip to content

Commit 1e6e32f

Browse files
committed
ci: run native fuzz with MSAN job
Set the timout to 150, to give some leeway to the slow GHA runners, that were close to timing out with a 120m limit.
1 parent 3784d15 commit 1e6e32f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,12 @@ jobs:
533533
timeout-minutes: 120
534534
file-env: './ci/test/00_setup_env_native_tsan.sh'
535535

536+
- name: 'MSan, fuzz'
537+
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md'
538+
fallback-runner: 'ubuntu-24.04'
539+
timeout-minutes: 150
540+
file-env: './ci/test/00_setup_env_native_fuzz_with_msan.sh'
541+
536542
- name: 'MSan, depends'
537543
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg'
538544
fallback-runner: 'ubuntu-24.04'
@@ -561,7 +567,7 @@ jobs:
561567
run: sed -i "s|\${INSTALL_BCC_TRACING_TOOLS}|true|g" ./ci/test/00_setup_env_native_asan.sh
562568

563569
- name: Set mmap_rnd_bits
564-
if: ${{ env.CONTAINER_NAME == 'ci_native_tsan' || env.CONTAINER_NAME == 'ci_native_msan' }}
570+
if: ${{ env.CONTAINER_NAME == 'ci_native_tsan' || env.CONTAINER_NAME == 'ci_native_msan' || env.CONTAINER_NAME == 'ci_native_fuzz_msan' }}
565571
# Prevents crashes due to high ASLR entropy
566572
run: sudo sysctl -w vm.mmap_rnd_bits=28
567573

0 commit comments

Comments
 (0)