File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ RUN GOPROXY=direct GOOS=linux CGO_ENABLED=0 go build -o ./clusterloader ./cmd
77FROM amazon/aws-cli
88WORKDIR /
99COPY --from=builder /go/src/k8s.io/perf-tests/clusterloader2/clusterloader /clusterloader
10- ENTRYPOINT ["/clusterloader" ]
10+ ENTRYPOINT ["/clusterloader" ]
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ spec:
5555 cat $(workspaces.source.path)/overrides.yaml
5656 cp $(workspaces.source.path)/overrides.yaml $(workspaces.results.path)/overrides.yaml
5757 - name : run-loadtest
58- image : public.ecr.aws/kit/clusterloader2:v0.0.1
58+ image : public.ecr.aws/kit/clusterloader2:0213bea
5959 onError : continue
6060 script : |
61- ENABLE_EXEC_SERVICE=false /clusterloader --kubeconfig=$(workspaces.config.path)/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=6
61+ ENABLE_EXEC_SERVICE=false /clusterloader --kubeconfig=$(workspaces.config.path)/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
6262 timeout : 30000s
6363 - name : upload-results
6464 image : alpine/k8s:1.22.6
6767 aws sts get-caller-identity
6868 # we expect to see all files from loadtest that clusterloader2 outputs here in this dir
6969 ls -larth
70- aws s3 cp . s3://$(params.results-bucket)/ --recursive
70+ aws s3 cp . s3://$(params.results-bucket)/ --recursive
Original file line number Diff line number Diff line change 3737 # Todo: remove this workaround for nodes less than 5k when our scaling system can scale up instantly
3838 if [ $(params.desired-nodes) -lt 5001 ] && [ $(params.desired-nodes) -gt 500 ]
3939 then
40- echo "sleeping for 3hrs to workaround VAS cool off time"
41- sleep 12000
40+ echo "sleeping for 15 mins to workaround VAS cool off time"
41+ sleep 900
4242 fi
4343
4444 if [ -n "$(params.endpoint)" ]; then
You can’t perform that action at this time.
0 commit comments