switch it to kvm linux crio

pull/13727/head
Sharif Elgamal 2022-02-25 13:40:43 -08:00
parent 279cf2d39f
commit 033f0300f9
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ func filterRecentEntries(splitEntries splitEntryMap, dateCutoff time.Time) split
filteredEntries := make(splitEntryMap)
for environment, environmentSplit := range splitEntries {
// Ignore arm64 tests until they're back under control
if strings.Contains(environment, "arm64") {
// Ignore kvm crio tests until they're back under control
if environment == "KVM_Linux_crio" {
continue
}
for test, testSplit := range environmentSplit {