ci: re-add Valgrind job to the CI

This commit is contained in:
fanquake 2025-09-17 10:26:12 +01:00
parent b510893d00
commit b371761b52
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
1 changed files with 6 additions and 0 deletions

View File

@ -507,6 +507,12 @@ jobs:
timeout-minutes: 120 timeout-minutes: 120
file-env: './ci/test/00_setup_env_native_centos.sh' file-env: './ci/test/00_setup_env_native_centos.sh'
- name: 'Valgrind'
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg'
fallback-runner: 'ubuntu-24.04'
timeout-minutes: 120
file-env: './ci/test/00_setup_env_native_valgrind.sh'
- name: 'tidy' - name: 'tidy'
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md' cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md'
fallback-runner: 'ubuntu-24.04' fallback-runner: 'ubuntu-24.04'