From c993a865db17cdea546bfc25634dc8a15dfc1c50 Mon Sep 17 00:00:00 2001 From: Jan Michalski Date: Mon, 21 Aug 2023 15:23:00 -0400 Subject: [PATCH] common: debug --- .github/workflows/pmem_valgrind.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pmem_valgrind.yml b/.github/workflows/pmem_valgrind.yml index 161f5059f94..1bfd5c9bab4 100644 --- a/.github/workflows/pmem_valgrind.yml +++ b/.github/workflows/pmem_valgrind.yml @@ -17,10 +17,14 @@ jobs: strategy: fail-fast: false matrix: - script: ['sh', 'py'] - config: ['none', 'drd', 'pmemcheck', 'memcheck', 'helgrind'] - build: ['debug', 'nondebug'] - os: [[self-hosted, rhel],[self-hosted, opensuse]] + # script: ['sh', 'py'] + script: ['sh'] + # config: ['none', 'drd', 'pmemcheck', 'memcheck', 'helgrind'] + config: ['none', 'pmemcheck'] + # build: ['debug', 'nondebug'] + build: ['debug'] + # os: [[self-hosted, rhel],[self-hosted, opensuse]] + os: [[self-hosted, rhel]] env: WORKDIR: utils/gha-runners