We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fa1b0 commit 16fe45fCopy full SHA for 16fe45f
.pipelines/cni/cilium/cilium-scale-test.yaml
@@ -341,6 +341,7 @@ stages:
341
kubectl apply -f apache.yaml
342
echo "wait for pod to become ready"
343
kubectl rollout status deployment apachebench --timeout=30s
344
+ kubectl wait --for=condition=Ready pods --all --timeout=30s
345
kubectl get pod -owide
346
mkdir test2_apachebench
347
cd test2_apachebench
@@ -399,6 +400,7 @@ stages:
399
400
chmod +x hack/scripts/netperf.sh
401
kubectl apply -f hack/manifests/netperf-pod.yaml
402
kubectl rollout status deployment container6 --timeout=30s
403
404
mkdir test3_netperf
405
sh hack/scripts/netperf.sh
406
echo "collect cpu and mem results after netperf tests"
0 commit comments