Skip to content

Commit ce582ad

Browse files
Merge pull request #282 from microsoft/psl-quotacheck-fix-cp
fix: quota unavailability for handling in quotacheck pipeline
2 parents 9ffbcd5 + f25d3dd commit ce582ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/scripts/checkquota.sh

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

5555
if [ -z "$MODEL_INFO" ]; then
5656
echo "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping."
57+
INSUFFICIENT_QUOTA=true
5758
continue
5859
fi
5960

0 commit comments

Comments
 (0)