Skip to content

Commit 9ea44ef

Browse files
camrynlsivakami
authored andcommitted
ci: skip no-unexpected-packet-drops in release tests (#3374)
ci: skip no-unexpected-packet-drops
1 parent 2aea448 commit 9ea44ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ stages:
220220
displayName: "Get AKS Cluster"
221221
- script: |
222222
kubectl delete ns load-test
223-
cilium connectivity test --connect-timeout 4s --request-timeout 30s --test '!pod-to-pod-encryption,!node-to-node-encryption,!check-log-errors'
223+
cilium connectivity test --connect-timeout 4s --request-timeout 30s --test '!pod-to-pod-encryption,!node-to-node-encryption,!check-log-errors,!no-unexpected-packet-drops'
224224
retryCountOnTaskFailure: 6
225225
name: "CiliumConnectivityTests"
226226
displayName: "Run Cilium Connectivity Tests"

0 commit comments

Comments
 (0)