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
Kubernetes 1.25 is switching to Ginkgo v2 for the e2e.test suite.
This has two implications:
- we must built a matching ginkgo binary because communication
between the ginkgo binary and library changed, affecting for
example running of parallel tests: this is done by using the
Kubernetes make rules to build the binary when using the Kubernetes
e2e.test suite
- the ginkgo v2 JUnit file is slightly different: filter-junit.go
now first tries the old format, then the new one
0 commit comments