Skip to content

Commit

Permalink
Use an array
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Mar 20, 2024
1 parent 43f9678 commit 106261d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ jobs:
strategy:
fail-fast: false
matrix:
geometry: ['orange', 'vecgeom']
buildtype: ['debug', 'ndebug']
image: ['ubuntu-cuda', 'centos-rocm']
special: null
geometry: ["orange", "vecgeom"]
buildtype: ["debug", "ndebug"]
image: ["ubuntu-cuda", "centos-rocm"]
special: [null]
exclude:
- geometry: 'vecgeom'
image: 'centos-rocm' # VecGeom not installed on HIP
- buildtype: 'debug'
image: 'centos-rocm' # Debug builds don't work with HIP
- geometry: "vecgeom"
image: "centos-rocm" # VecGeom not installed on HIP
- buildtype: "debug"
image: "centos-rocm" # Debug builds don't work with HIP
include:
- special: 'asan'
geometry: 'orange'
buildtype: 'reldeb'
image: 'centos-rocm'
- geometry: 'vecgeom'
buildtype: 'reldeb'
image: 'ubuntu-cuda'
- special: "asan"
geometry: "orange"
buildtype: "reldeb"
image: "centos-rocm"
- geometry: "vecgeom"
buildtype: "reldeb"
image: "ubuntu-cuda"
env:
ASAN_OPTIONS: "detect_leaks=0"
CELER_TEST_STRICT: 1
Expand Down

0 comments on commit 106261d

Please sign in to comment.