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
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
79
+
os: ${{ parameters.os }}
80
+
processes: 8
81
+
attempts: 3
83
82
- ${{ 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
83
+
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
84
+
parameters:
85
+
testName: Service Conformance
86
+
name: service
87
+
ginkgoFocus: 'Services.*\[Conformance\].*'
88
+
ginkgoSkip: ""
89
+
os: ${{ parameters.os }}
90
+
processes: 8
91
+
attempts: 3
93
92
- ${{ 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
93
+
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
94
+
parameters:
95
+
testName: Service Conformance|Cilium
96
+
name: service
97
+
ginkgoFocus: 'Services.*\[Conformance\].*'
98
+
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
142
-
os: ${{ parameters.os }}
143
-
processes: 8
144
-
attempts: 3
134
+
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
135
+
parameters:
136
+
testName: DualStack Test|Cilium
137
+
name: DualStack
138
+
clusterName: ${{ parameters.clusterName }}
139
+
ginkgoFocus: '\[Feature:IPv6DualStack\]'
140
+
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