Skip to content

Commit 6366725

Browse files
committed
adding missing template calls
1 parent 5f63027 commit 6366725

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)