Skip to content

PMEM tests part 3

PMEM tests part 3 #24

Workflow file for this run

# Run all tests on PMEM.
#
# This workflow is run on 'self-hosted' runners.
name: PMEM tests part 3
on:
workflow_dispatch:
schedule:
# run this job at 6:00 UTC every Sunday
- cron: '0 6 * * 0'
permissions: {}
jobs:
# Test the default build with force-enabled Valgrind tooling for thread error
# detection.
Thread:
uses: ./.github/workflows/pmem_test_matrix.yml
with:
force_enable: '["helgrind"]'
valgrind: 1
# 24h = 1440m (arbitrarily picked in hope it will be enough).
timeout_minutes: 1440