From 033f0300f9e00a41aab96f8f1cf515db987d93ac Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 25 Feb 2022 13:40:43 -0800 Subject: [PATCH] switch it to kvm linux crio --- hack/jenkins/test-flake-chart/compute_flake_rate.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/jenkins/test-flake-chart/compute_flake_rate.go b/hack/jenkins/test-flake-chart/compute_flake_rate.go index 09d4e137ff..1ab72a2ecb 100644 --- a/hack/jenkins/test-flake-chart/compute_flake_rate.go +++ b/hack/jenkins/test-flake-chart/compute_flake_rate.go @@ -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 {