Skip to content

Commit

Permalink
common: simplify long tests description
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Jun 26, 2023
1 parent 423b3c0 commit c4aaeca
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pmem_long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ jobs:
fail-fast: false
matrix:
os: [[self-hosted, rhel],[self-hosted, opensuse]]
config: ['RUNTESTS.sh -t long -b debug',
'RUNTESTS.sh -t long -b nondebug',
'RUNTESTS.sh -t long -b static_debug',
'RUNTESTS.sh -t long -b static_nondebug',
'RUNTESTS.py -t long -b debug',
'RUNTESTS.py -t long -b nondebug',
'RUNTESTS.py -t long -b static_debug',
'RUNTESTS.py -t long -b static_nondebug']
script: ['sh', 'py']
build: [ 'debug', 'nondebug', 'static_debug', 'static_nondebug']

env:
WORKDIR: utils/gha-runners
Expand All @@ -44,4 +38,4 @@ jobs:
run: ./$WORKDIR/create-testconfig.sh

- name: Run tests
run: cd src/test/ && ./${{ matrix.config }}
run: cd src/test/ && ./RUNTESTS.${{ matrix.script }} -t long -b ${{ matrix.build }}

0 comments on commit c4aaeca

Please sign in to comment.