Skip to content

Commit

Permalink
Stop bleeding of prometheus stack failure flakiness (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuna-matatah authored Aug 15, 2024
1 parent 8081c61 commit d54095f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tasks/generators/clusterloader/load-slos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d54095f

Please sign in to comment.