Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .pipelines/cni/cilium/cilium-scale-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ stages:
kubectl apply -f apache.yaml
echo "wait for pod to become ready"
kubectl rollout status deployment apachebench --timeout=30s
kubectl wait --for=condition=Ready pods --all --timeout=30s
kubectl get pod -owide
mkdir test2_apachebench
cd test2_apachebench
Expand Down Expand Up @@ -399,6 +400,7 @@ stages:
chmod +x hack/scripts/netperf.sh
kubectl apply -f hack/manifests/netperf-pod.yaml
kubectl rollout status deployment container6 --timeout=30s
kubectl wait --for=condition=Ready pods --all --timeout=30s
mkdir test3_netperf
sh hack/scripts/netperf.sh
echo "collect cpu and mem results after netperf tests"
Expand Down
3 changes: 1 addition & 2 deletions hack/manifests/apache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ spec:
spec:
containers:
- name: ubuntu-tools
image: tamilmani1989/ubuntu18-tools
image: acnpublic.azurecr.io/tamilmani1989/ubuntu18-tools
command: ["/bin/sleep", "3650d"]

2 changes: 1 addition & 1 deletion hack/manifests/netperf-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
netperf: "true"
containers:
- name: ubuntu
image: tamilmani1989/ubuntu18-tools
image: acnpublic.azurecr.io/tamilmani1989/ubuntu18-tools
imagePullPolicy: Always
command: ["/bin/sh","-c"]
args: ["echo helloworld>hello.txt; php -S 0.0.0.0:9568"]
Expand Down
2 changes: 1 addition & 1 deletion test/scale/templates/real-nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
scale-test: "true"
containers:
- name: nginx
image: nginx:1
image: mcr.microsoft.com/cbl-mariner/base/nginx:1
ports:
- name: http
containerPort: 80
Loading