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

Commit 1ead0f5

Browse files
authored
Fix BB5-based CI (#689)
* Do not explicitly list multiple BB5 partitions. * This fixes the CI after a Slurm update on BB5.
1 parent 7ae6e56 commit 1ead0f5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ spack_setup:
4848
SPACK_PACKAGE_SPEC: +coreneuron+debug+tests~legacy-unit
4949
.gpu_node:
5050
variables:
51-
# All GPU nodes are fair game
52-
bb5_partition: prod_p2,prod_p1,interactive
5351
bb5_constraint: volta
5452

5553
build:nmodl:intel:

tests/jenkins/install_coreneuron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else
2323
mkdir build_${CORENRN_TYPE} build_intel_${CORENRN_TYPE}
2424
fi
2525

26-
export SALLOC_PARTITION="prod,interactive";
26+
export SALLOC_PARTITION="prod";
2727

2828
cd $WORKSPACE/build_${CORENRN_TYPE}
2929

0 commit comments

Comments
 (0)