File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
.pipelines/singletenancy/cilium-overlay Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -248,13 +248,5 @@ steps:
248248 fi
249249 name: "testAsyncDelete"
250250 displayName: "Verify Async Delete when CNS is down"
251-
252- - script : |
253- echo "Deploy nginx pods for MTU testing"
254- kubectl apply -f hack/manifests/nginx.yaml
255- kubectl wait --for=condition=available --timeout=60s -n kube-system deployment/nginx
256- cd hack/scripts
257- chmod +x cilium-mtu-validation.sh
258- ./cilium-mtu-validation.sh
259- name: "CiliumMTUValidation"
260- displayName: "Run Cilium MTU Validation"
251+
252+ - template : ../../templates/cilium-mtu-check.yaml
Original file line number Diff line number Diff line change @@ -247,4 +247,5 @@ steps:
247247 name: "testAsyncDelete"
248248 displayName: "Verify Async Delete when CNS is down"
249249
250+ - template : ../../templates/cilium-mtu-check.yaml
250251
You can’t perform that action at this time.
0 commit comments