filter crio instead of windows
parent
94891b4704
commit
cd05ababea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue