We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68048c5 commit 57f19a7Copy full SHA for 57f19a7
test_suite.sh
@@ -192,6 +192,8 @@ if [[ $? -eq 1 ]]; then
192
# This fallback can be scrapped once all bots have adopted the new naming convention
193
# (i.e. using the node_type name from app.cfg) for ReFrame partitions
194
# 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."
197
REFRAME_PARTITION_NAME=${EESSI_SOFTWARE_SUBDIR//\//_}
198
if [ ! -z "$EESSI_ACCELERATOR_TARGET_OVERRIDE" ]; then
199
REFRAME_PARTITION_NAME=${REFRAME_PARTITION_NAME}_${EESSI_ACCELERATOR_TARGET_OVERRIDE//\//_}
0 commit comments