Skip to content

Commit a2bd71a

Browse files
Stop bleeding of prometheus stack failure flakiness
1 parent 8081c61 commit a2bd71a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tasks/generators/clusterloader/load-slos.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ spec:
162162
fi
163163
cat $(workspaces.source.path)/perf-tests/clusterloader2/testing/load/config.yaml
164164
cd $(workspaces.source.path)/perf-tests/clusterloader2/
165+
# [ToDo] To temporarily stop bleeding we delete these.
166+
# Related issue - https://github.com/kubernetes/kubernetes/issues/126578
167+
kubectl --kubeconfig=$KUBECONFIG delete servicemonitor kube-dns -n monitoring
168+
kubectl --kubeconfig=$KUBECONFIG delete servicemonitor coredns -n monitoring
165169
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
166170
exit_code=$?
167171
if [ $exit_code -eq 0 ]; then

0 commit comments

Comments
 (0)