From ee032dce830cc101cbd7b77334f238938e0ec4a7 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 8 Oct 2025 16:30:50 +0530 Subject: [PATCH] quota check fix --- scripts/checkquota.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkquota.sh b/scripts/checkquota.sh index 4e388a6b5..167a85a69 100644 --- a/scripts/checkquota.sh +++ b/scripts/checkquota.sh @@ -56,6 +56,7 @@ for REGION in "${REGIONS[@]}"; do if [ -z "$MODEL_INFO" ]; then echo "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping." + INSUFFICIENT_QUOTA=true continue fi