Skip to content

Commit

Permalink
REVERTME: single job
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Nov 18, 2023
1 parent fd07363 commit fbd68be
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,30 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
image: ['ubuntu-cuda', 'centos-rocm']
buildtype: ['debug', 'ndebug']
geometry: ['orange', 'vecgeom']
image: ['ubuntu-cuda']
buildtype: ['debug']
geometry: ['orange']
special: [null]
exclude:
- image: 'centos-rocm'
geometry: 'vecgeom'
include:
- image: 'centos-rocm'
buildtype: 'asan'
- image: 'centos-rocm'
buildtype: 'debug'
geometry: 'orange'
special: 'minimal'
- image: 'centos-rocm'
buildtype: 'debug'
special: 'float'
- image: 'centos-rocm'
buildtype: 'reldeb'
geometry: 'geant4'
# image: ['ubuntu-cuda', 'centos-rocm']
# buildtype: ['debug', 'ndebug']
# geometry: ['orange', 'vecgeom']
# special: [null]
# exclude:
# - image: 'centos-rocm'
# geometry: 'vecgeom'
# include:
# - image: 'centos-rocm'
# buildtype: 'asan'
# - image: 'centos-rocm'
# buildtype: 'debug'
# geometry: 'orange'
# special: 'minimal'
# - image: 'centos-rocm'
# buildtype: 'debug'
# special: 'float'
# - image: 'centos-rocm'
# buildtype: 'reldeb'
# geometry: 'geant4'
env:
ASAN_OPTIONS: "detect_leaks=0"
CCACHE_DIR: "${{github.workspace}}/.ccache"
Expand Down

0 comments on commit fbd68be

Please sign in to comment.