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 [ "$CILIUM_VERSION_TAG" = "cilium-nightly-pipeline" ]
@@ -129,16 +115,6 @@ steps:
129
115
name: "CiliumStatus"
130
116
displayName: "Cilium Status"
131
117
132
-
- script: |
133
-
echo "Run Service Conformance E2E"
134
-
export PATH=${PATH}:/usr/local/bin/gsutil
135
-
KUBECONFIG=~/.kube/config kubetest2 noop \
136
-
--test ginkgo -- \
137
-
--focus-regex "Services.*\[Conformance\].*" \
138
-
--skip-regex "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
--skip-regex "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
0 commit comments