switch it to kvm linux crio
parent
279cf2d39f
commit
033f0300f9
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue