Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 4f98152

Browse files
committed
Try debug variant for failing test
1 parent 5361f47 commit 4f98152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ build:neuron:nmodl:nvhpc:acc:shared:
199199
SPACK_PACKAGE_SPEC: +debug~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy
200200
# needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"]
201201

202-
build:neuron:nmodl:nvhpc:omp:legacy:
202+
build:neuron:nmodl:nvhpc:omp:legacy:debug:
203203
extends: [.build_neuron, .spack_nvhpc]
204204
needs: ["build:nmodl"]
205205
variables:
206-
SPACK_PACKAGE_SPEC: +debug~rx3d~report+caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy ^caliper~libdw~libunwind+cuda%gcc cuda_arch=70
206+
SPACK_PACKAGE_SPEC: +debug~rx3d~report+caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy ^caliper~libdw~libunwind+cuda%gcc cuda_arch=70
207207
# needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"]
208208

209209
build:neuron:nmodl:nvhpc:omp:debug:
@@ -278,7 +278,7 @@ test:neuron:nmodl:nvhpc:acc:shared:
278278

279279
test:neuron:nmodl:nvhpc:omp:legacy:
280280
extends: [.test_neuron, .gpu_node]
281-
needs: ["build:neuron:nmodl:nvhpc:omp:legacy"]
281+
needs: ["build:neuron:nmodl:nvhpc:omp:legacy:debug:"]
282282

283283
test:neuron:nmodl:nvhpc:omp:debug:
284284
extends: [.test_neuron, .gpu_node]

0 commit comments

Comments
 (0)