You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ${{ if and( eq(parameters.service, true), contains(parameters.cni, 'cni') ) }}:
84
-
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
85
-
parameters:
86
-
testName: Service Conformance
87
-
name: service
88
-
ginkgoFocus: 'Services.*\[Conformance\].*'
89
-
ginkgoSkip: ''
90
-
os: ${{ parameters.os }}
91
-
processes: 8
92
-
attempts: 3
93
-
- ${{ if and( eq(parameters.service, true), contains(parameters.cni, 'cilium') ) }}:
94
-
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
95
-
parameters:
96
-
testName: Service Conformance|Cilium
97
-
name: service
98
-
ginkgoFocus: 'Services.*\[Conformance\].*'
99
-
ginkgoSkip: 'should serve endpoints on same port and different protocols'# Cilium does not support this feature. For more info on test: https://github.com/kubernetes/kubernetes/blame/e602e9e03cd744c23dde9fee09396812dd7bdd93/test/conformance/testdata/conformance.yaml#L1780-L1788
100
-
os: ${{ parameters.os }}
101
-
processes: 8
102
-
attempts: 3
73
+
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
74
+
parameters:
75
+
testName: Kubectl Portforward
76
+
name: portforward
77
+
ginkgoFocus: '\[sig-cli\].Kubectl.Port'
78
+
ginkgoSkip: "port-forward should keep working after detect broken connection"# affecting k8s 1.32 https://github.com/kubernetes/kubernetes/issues/129803. Note: retry this test in 1.33 with timeout extended
ginkgoSkip: "should serve endpoints on same port and different protocols"# Cilium does not support this feature. For more info on test: https://github.com/kubernetes/kubernetes/blame/e602e9e03cd744c23dde9fee09396812dd7bdd93/test/conformance/testdata/conformance.yaml#L1780-L1788
- ${{ if and( eq(parameters.dualstack, true), contains(parameters.cni, 'cilium') ) }}:
135
-
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
136
-
parameters:
137
-
testName: DualStack Test|Cilium
138
-
name: DualStack
139
-
clusterName: ${{ parameters.clusterName }}
140
-
ginkgoFocus: '\[Feature:IPv6DualStack\]'
141
-
ginkgoSkip: 'SCTP|session affinity|should function for service endpoints using hostNetwork'# Cilium dualstack has a known issue with this test https://github.com/cilium/cilium/issues/25135
ginkgoSkip: "SCTP|session affinity|should function for service endpoints using hostNetwork"# Cilium dualstack has a known issue with this test https://github.com/cilium/cilium/issues/25135
0 commit comments