Skip to content

Commit 225d09a

Browse files
committed
adding missing template calls
1 parent 9312604 commit 225d09a

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.pipelines/singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff 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

.pipelines/singletenancy/cilium-overlay/cilium-overlay-e2e.steps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)