From a2bd71a96787ad41ceba12085f7b2afc006ad392 Mon Sep 17 00:00:00 2001 From: hakuna-matatah Date: Wed, 14 Aug 2024 17:09:59 -0700 Subject: [PATCH] Stop bleeding of prometheus stack failure flakiness --- tests/tasks/generators/clusterloader/load-slos.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tasks/generators/clusterloader/load-slos.yaml b/tests/tasks/generators/clusterloader/load-slos.yaml index 497546cb..c04b84aa 100644 --- a/tests/tasks/generators/clusterloader/load-slos.yaml +++ b/tests/tasks/generators/clusterloader/load-slos.yaml @@ -162,6 +162,10 @@ spec: fi cat $(workspaces.source.path)/perf-tests/clusterloader2/testing/load/config.yaml cd $(workspaces.source.path)/perf-tests/clusterloader2/ + # [ToDo] To temporarily stop bleeding we delete these. + # Related issue - https://github.com/kubernetes/kubernetes/issues/126578 + kubectl --kubeconfig=$KUBECONFIG delete servicemonitor kube-dns -n monitoring + kubectl --kubeconfig=$KUBECONFIG delete servicemonitor coredns -n monitoring ENABLE_EXEC_SERVICE=false ./clusterloader --kubeconfig=$KUBECONFIG --testconfig=$(workspaces.source.path)/perf-tests/clusterloader2/testing/load/config.yaml --testoverrides=$(workspaces.source.path)/overrides.yaml --nodes=$(params.nodes) --provider=eks --report-dir=$(workspaces.results.path) --alsologtostderr --v=2 exit_code=$? if [ $exit_code -eq 0 ]; then