Skip to content

Commit

Permalink
common: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Aug 21, 2023
1 parent 61e8d3a commit 4c2065d
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions .github/workflows/pmem_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 4c2065d

Please sign in to comment.