-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters