filter crio instead of windows

pull/12439/head
Sharif Elgamal 2021-09-13 16:38:35 -07:00
parent 94891b4704
commit cd05ababea
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ awk -F, 'NR>1 {
# Filter out arm64, macOS and windows tests until they're more stable
TMP_FAILED_RATES_FILTERED=$(mktemp)
grep -v "arm64\|macOS\|Windows" "$TMP_FAILED_RATES" > "$TMP_FAILED_RATES_FILTERED"
grep -v "arm64\|macOS\|crio" "$TMP_FAILED_RATES" > "$TMP_FAILED_RATES_FILTERED"
FAILED_RATES_LINES=$(wc -l < "$TMP_FAILED_RATES_FILTERED")
if [[ "$FAILED_RATES_LINES" -eq 0 ]]; then