-
Notifications
You must be signed in to change notification settings - Fork 159
CI tests aren't using the e2e.test binary compiled from the latest kubernetes master codebase #892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
looks I broke Windows with #893, the Windows Prow job does the following:
|
Ah. We only recently updated k8s-integration to use kubetest2, must have missed windows. Would it be easier to update the windows test to use kubetest2 so that we're consistent? |
/reopen There's one startup error in the Windows nodes:
|
@mauriciopoppe: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The startup error was fixed in kubernetes/kubernetes#107769 |
Two Windows CI test for ltsc2019 and 20H2 are now passing, the ones that are pending are the migration tests |
Current status:
|
I'm working on the timeout error at #966. Since this is blocking let me make a quick change to remove the snapshot disk image from testing. |
we finally have green runs for both ltsc2019 and 20H2, thanks for the help @mattcary! |
We're trying to fix a flaky VolumeSnapshot test, after we reordered some of the test statements in kubernetes/kubernetes#107173 we checked testgrid and saw that the test was still flaky (for example this run), moreover, after analyzing the logs we saw that it was logging the statements in a different order than the latest in Kubernetes master, we found out the following:
k8s-integration
binary downloads the latest code of Kubernetes master and callsmake quick-release
ref, in the logs we saw thate2e.test
was generated.e2e.test
binary taken is from this release and not the one that was recently compiledLogs for the last point:
The text was updated successfully, but these errors were encountered: