Skip to content

Commit 0cd8cf6

Browse files
hakuna-matatahHarish Kuna
andauthored
update cl2 image and change verbosity (#264)
Co-authored-by: Harish Kuna <[email protected]>
1 parent c9f78fd commit 0cd8cf6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/images/clusterloader2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN GOPROXY=direct GOOS=linux CGO_ENABLED=0 go build -o ./clusterloader ./cmd
77
FROM amazon/aws-cli
88
WORKDIR /
99
COPY --from=builder /go/src/k8s.io/perf-tests/clusterloader2/clusterloader /clusterloader
10-
ENTRYPOINT ["/clusterloader"]
10+
ENTRYPOINT ["/clusterloader"]

tests/tasks/generators/clusterloader/load.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -67,4 +67,4 @@ spec:
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

tests/tasks/setup/eks/awscli-mng.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ spec:
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

0 commit comments

Comments
 (0)