File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
tests/tasks/generators/clusterloader Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,8 @@ spec:
162162 fi
163163 cat $(workspaces.source.path)/perf-tests/clusterloader2/testing/load/config.yaml
164164 cd $(workspaces.source.path)/perf-tests/clusterloader2/
165+ kubectl --kubeconfig=$KUBECONFIG delete servicemonitor kube-dns -n monitoring
166+ kubectl --kubeconfig=$KUBECONFIG delete servicemonitor core-dns -n monitoring
165167 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
166168 exit_code=$?
167169 if [ $exit_code -eq 0 ]; then
You can’t perform that action at this time.
0 commit comments