Skip to content

Commit a84950e

Browse files
fix: quota unavailability for handling in quotacheck pipeline (#1938)
1 parent f2976be commit a84950e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/checkquota.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ for REGION in "${REGIONS[@]}"; do
5656

5757
if [ -z "$MODEL_INFO" ]; then
5858
echo "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping."
59+
INSUFFICIENT_QUOTA=true
5960
continue
6061
fi
6162

0 commit comments

Comments
 (0)