Skip to content

Commit 5638439

Browse files
committed
chore: address todo delete echo-external-node deployment and deleting connectivity test resources
1 parent 6eeb723 commit 5638439

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ steps:
133133
- script: |
134134
echo "validate pod IP assignment and check systemd-networkd restart"
135135
kubectl get pod -owide -A
136-
# Deleting echo-external-node deployment until cilium version matches TODO. https://github.com/cilium/cilium-cli/issues/67 is addressing the change.
137-
# Saves 17 minutes
138136
kubectl delete deploy -n $(ciliumNamespace) echo-external-node
139137
cd test/integration/load
140138
CNI_TYPE=cilium_dualstack go test -timeout 30m -tags load -run ^TestValidateState$

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ steps:
148148
kubectl get ciliumidentity | grep cilium-test
149149
fi
150150
make test-validate-state
151-
echo "delete cilium connectivity test resources and re-validate state" # TODO Delete this and the next 4 lines if connectivity no longer has bug
152-
kubectl delete ns $(ciliumNamespace)
153-
kubectl get pod -owide -A
154-
make test-validate-state
155151
name: "validatePods"
156152
displayName: "Validate Pods"
157153

.pipelines/templates/cilium-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ steps:
6262
echo "validate pod IP assignment and check systemd-networkd restart"
6363
kubectl get pod -owide -A
6464
make test-validate-state
65-
echo "delete cilium connectivity test resources and re-validate state" # TODO Delete this and the next 4 lines if connectivity no longer has bug
66-
kubectl delete ns $(ciliumNamespace)
67-
kubectl get pod -owide -A
68-
make test-validate-state
6965
name: "validatePods"
7066
displayName: "Validate Pods"
7167

0 commit comments

Comments
 (0)