File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
.pipelines/singletenancy/cilium-overlay Expand file tree Collapse file tree 2 files changed +4
-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 @@ -240,6 +240,8 @@ steps:
240240 name: "testAsyncDelete"
241241 displayName: "Verify Async Delete when CNS is down"
242242
243+ - template : ../../templates/cilium-mtu-check.yaml
244+
243245 - script : |
244246 echo "Deploy nginx pods for MTU testing"
245247 kubectl apply -f hack/manifests/nginx.yaml
You can’t perform that action at this time.
0 commit comments