From 4c2065dce2ba4a63a653acbc6e717cf0cbfd2219 Mon Sep 17 00:00:00 2001 From: Jan Michalski Date: Mon, 21 Aug 2023 16:13:11 -0400 Subject: [PATCH] common: debug --- .github/workflows/pmem_check.yml | 42 +++++++++++++++++--------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/.github/workflows/pmem_check.yml b/.github/workflows/pmem_check.yml index e33e58d58b3..611d0186e1f 100644 --- a/.github/workflows/pmem_check.yml +++ b/.github/workflows/pmem_check.yml @@ -14,14 +14,16 @@ jobs: strategy: fail-fast: false matrix: - os: [[self-hosted, rhel],[self-hosted, opensuse]] - build: ['debug', 'nondebug'] + # os: [[self-hosted, rhel],[self-hosted, opensuse]] + os: [[self-hosted, rhel]] + # build: ['debug', 'nondebug'] + build: ['debug'] # static builds are tested in a limited scope - include: - - os: [self-hosted, rhel] - build: 'static_debug' - - os: [self-hosted, rhel] - build: 'static_nondebug' + # include: + # - os: [self-hosted, rhel] + # build: 'static_debug' + # - os: [self-hosted, rhel] + # build: 'static_nondebug' steps: - name: Clone the git repo @@ -56,18 +58,18 @@ jobs: # This build is only viable as long as DAOS builds PMDK with NDCTL_ENABLE=n # https://github.com/daos-stack/pmdk/pull/12 - ndctl_enable_n: - name: PMEM without ndctl - runs-on: [self-hosted, rhel] + # ndctl_enable_n: + # name: PMEM without ndctl + # runs-on: [self-hosted, rhel] - steps: - - name: Clone the git repo - uses: actions/checkout@v3 - with: - repository: pmem/pmdk + # steps: + # - name: Clone the git repo + # uses: actions/checkout@v3 + # with: + # repository: pmem/pmdk - - name: Test procedure - uses: ./.github/actions/pmem_test_procedure - with: - build: nondebug # only the production build is considered - ndctl_enable: n + # - name: Test procedure + # uses: ./.github/actions/pmem_test_procedure + # with: + # build: nondebug # only the production build is considered + # ndctl_enable: n