Skip to content

Commit 57f19a7

Browse files
author
Caspar van Leeuwen
committed
Add clear logging message, indicating that this it's relying on the fallback
1 parent 68048c5 commit 57f19a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_suite.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ if [[ $? -eq 1 ]]; then
192192
# This fallback can be scrapped once all bots have adopted the new naming convention
193193
# (i.e. using the node_type name from app.cfg) for ReFrame partitions
194194
# Get the correct partition name
195+
echo "Falling back to old naming scheme for REFRAME_PARTITION_NAME."
196+
echo "This naming scheme is deprecated, please update your partition names in the ReFrame config file."
195197
REFRAME_PARTITION_NAME=${EESSI_SOFTWARE_SUBDIR//\//_}
196198
if [ ! -z "$EESSI_ACCELERATOR_TARGET_OVERRIDE" ]; then
197199
REFRAME_PARTITION_NAME=${REFRAME_PARTITION_NAME}_${EESSI_ACCELERATOR_TARGET_OVERRIDE//\//_}

0 commit comments

Comments
 (0)