Skip to content

Commit

Permalink
more workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Jan 31, 2025
1 parent 640171d commit 5cdcd8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ghex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ permissions:

jobs:
test-ghex:
if: false
uses: ./.github/workflows/common.yml
strategy:
matrix:
#package-version: ['0.4.1', 'master']
package-version: ['master']
package-version: ['0.4.1', 'master']
compiler: ['[email protected]']
#backend: ['mpi', 'ucx', 'libfabric']
backend: ['mpi']
backend: ['mpi', 'ucx']
python-bindings: [true]
device: ['cpu']
device: ['cpu', 'cuda']
with:
package-name: ghex
package-version: ${{ matrix.package-version }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/hwmalloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
uses: ./.github/workflows/common.yml
strategy:
matrix:
#package-version: ['0.3.0', 'master']
package-version: ['master']
package-version: ['0.3.0', 'master']
compiler: ['[email protected]']
device: ['cpu', 'cuda', 'rocm']
device: ['cpu', 'cuda']
with:
package-name: hwmalloc
package-version: ${{ matrix.package-version }}
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/oomph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ permissions:

jobs:
test-oomph:
if: false
uses: ./.github/workflows/common.yml
strategy:
matrix:
#package-version: ['0.3.0', 'main']
package-version: ['main']
package-version: ['0.3.0', 'main']
compiler: ['[email protected]']
#backend: ['mpi', 'ucx', 'libfabric']
backend: ['mpi']
backend: ['mpi', 'ucx']
fortran-bindings: [false]
device: ['cpu']
device: ['cpu', 'cuda']
with:
package-name: oomph
package-version: ${{ matrix.package-version }}
Expand Down

0 comments on commit 5cdcd8a

Please sign in to comment.