From 883754ca18ea5c3c502804c721c559d0fe4505a0 Mon Sep 17 00:00:00 2001 From: bdattoma Date: Wed, 8 Jan 2025 10:24:58 +0100 Subject: [PATCH] update warn msg --- ods_ci/tasks/Resources/Provisioning/GPU/NFD/install_nfd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tasks/Resources/Provisioning/GPU/NFD/install_nfd.sh b/ods_ci/tasks/Resources/Provisioning/GPU/NFD/install_nfd.sh index 50067202e..469e685bd 100644 --- a/ods_ci/tasks/Resources/Provisioning/GPU/NFD/install_nfd.sh +++ b/ods_ci/tasks/Resources/Provisioning/GPU/NFD/install_nfd.sh @@ -41,7 +41,7 @@ if [ "${images[$xyVersion]}" ]; then echo "Using image SHA for $xyVersion: $imageUrl" else imageUrl="${images["4.17"]}" - echo "I don't know the sha for $xyVersion. Re-using default 4.17 $imageUrl. It might now work!" + echo "WARNING: I don't know the sha for $xyVersion. Re-using default 4.17 $imageUrl. It might not work!" fi sed -i'' -e "s//$imageUrl/g" $NFD_INSTANCE oc apply -f "$NFD_INSTANCE"