From a07e83005040dafd85473b52be6a3d6db68c75df Mon Sep 17 00:00:00 2001 From: G-Ragghianti Date: Tue, 23 Apr 2024 10:36:24 -0400 Subject: [PATCH] enable gpu_nvidia spack ci --- .github/workflows/spack.sh | 2 +- .github/workflows/spack.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spack.sh b/.github/workflows/spack.sh index 8b2c42a38..fc6e50f03 100755 --- a/.github/workflows/spack.sh +++ b/.github/workflows/spack.sh @@ -50,7 +50,7 @@ echo SPEC=$SPEC if [ "${bstage}" = "deps" ]; then spack spec $SPEC - spack install --only=dependencies $SPEC + spack install --only=dependencies --fail-fast $SPEC elif [ "${bstage}" = "build" ]; then spack dev-build -i $SPEC elif [ "${bstage}" = "test" ]; then diff --git a/.github/workflows/spack.yml b/.github/workflows/spack.yml index 86655d4c5..bcafe07f8 100644 --- a/.github/workflows/spack.yml +++ b/.github/workflows/spack.yml @@ -13,8 +13,7 @@ jobs: timeout-minutes: 360 strategy: matrix: -# device: [gpu_nvidia, gpu_amd, gpu_intel, cpu] - device: [cpu] + device: [gpu_nvidia, cpu] fail-fast: false runs-on: ${{ matrix.device }} steps: