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

Commit a7637ed

Browse files
committed
disable --verbose for spack; enable external tests
1 parent ec78f88 commit a7637ed

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ simulation_stack:
6565
bb5_duration: "2:00:00"
6666
SPACK_PACKAGE: neuron
6767
SPACK_PACKAGE_SPEC: +coreneuron+debug+tests~legacy-unit~rx3d model_tests=channel-benchmark,olfactory,tqperf-heavy
68-
SPACK_INSTALL_EXTRA_FLAGS: --verbose
6968
.gpu_node:
7069
variables:
7170
bb5_constraint: volta
@@ -163,55 +162,55 @@ build:nmodl:
163162
build:neuron:mod2c:intel:shared:debug:
164163
extends: [.build_neuron, .spack_intel]
165164
variables:
166-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug
165+
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
167166
# needs: ["build:coreneuron:mod2c:intel:shared:debug"]
168167

169168
build:neuron:nmodl:intel:debug:legacy:
170169
extends: [.build_neuron, .spack_intel]
171170
needs: ["build:nmodl"]
172171
variables:
173-
SPACK_PACKAGE_SPEC: ~report~caliper~gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
172+
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper~gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
174173
# needs: ["build:coreneuron:nmodl:intel:debug:legacy"]
175174

176175
build:neuron:nmodl:intel:shared:debug:
177176
extends: [.build_neuron, .spack_intel]
178177
needs: ["build:nmodl"]
179178
variables:
180-
SPACK_PACKAGE_SPEC: ~report~caliper~gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=Debug
179+
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper~gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
181180
# needs: ["build:coreneuron:nmodl:intel:shared:debug"]
182181

183182
build:neuron:mod2c:nvhpc:acc:shared:
184183
extends: [.build_neuron, .spack_nvhpc]
185184
variables:
186-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo
185+
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy
187186
# needs: ["build:coreneuron:mod2c:nvhpc:acc:shared"]
188187

189188
build:neuron:nmodl:nvhpc:acc:debug:legacy:
190189
extends: [.build_neuron, .spack_nvhpc]
191190
needs: ["build:nmodl"]
192191
variables:
193-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
192+
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
194193
# needs: ["build:coreneuron:nmodl:nvhpc:acc:debug:legacy"]
195194

196195
build:neuron:nmodl:nvhpc:acc:shared:
197196
extends: [.build_neuron, .spack_nvhpc]
198197
needs: ["build:nmodl"]
199198
variables:
200-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo
199+
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy
201200
# needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"]
202201

203202
build:neuron:nmodl:nvhpc:omp:legacy:
204203
extends: [.build_neuron, .spack_nvhpc]
205204
needs: ["build:nmodl"]
206205
variables:
207-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo
206+
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo model_tests=channel-benchmark,olfactory,tqperf-heavy
208207
# needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"]
209208

210209
build:neuron:nmodl:nvhpc:omp:debug:
211210
extends: [.build_neuron, .spack_nvhpc]
212211
needs: ["build:nmodl"]
213212
variables:
214-
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
213+
SPACK_PACKAGE_SPEC: ~rx3d~report~caliper+gpu+coreneuron~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug model_tests=channel-benchmark,olfactory,tqperf-heavy
215214
# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
216215

217216
# Test CoreNEURON

0 commit comments

Comments
 (0)