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

Commit 47c4a2a

Browse files
authored
Request 16 cores for NEURON test jobs. (#723)
1 parent d58ff74 commit 47c4a2a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ spack_setup:
4949
.gpu_node:
5050
variables:
5151
bb5_constraint: volta
52+
.test_neuron:
53+
extends: [.ctest]
54+
stage: test_neuron
55+
variables:
56+
bb5_ntasks: 16
5257

5358
build:nmodl:intel:
5459
stage: build_nmodl
@@ -166,21 +171,17 @@ build:neuron:gpu:
166171
needs: ["build:coreneuron:gpu"]
167172

168173
test:neuron+nmodl:intel:
169-
stage: test_neuron
170-
extends: [.ctest]
174+
extends: [.test_neuron]
171175
needs: ["build:neuron+nmodl:intel"]
172176

173177
test:neuron:intel:
174-
stage: test_neuron
175-
extends: [.ctest]
178+
extends: [.test_neuron]
176179
needs: ["build:neuron:intel"]
177180

178181
test:neuron+nmodl:gpu:
179-
stage: test_neuron
180-
extends: [.ctest, .gpu_node]
182+
extends: [.test_neuron, .gpu_node]
181183
needs: ["build:neuron+nmodl:gpu"]
182184

183185
test:neuron:gpu:
184-
stage: test_neuron
185-
extends: [.ctest, .gpu_node]
186+
extends: [.test_neuron, .gpu_node]
186187
needs: ["build:neuron:gpu"]

0 commit comments

Comments
 (0)