-
Notifications
You must be signed in to change notification settings - Fork 14
Update windows runner to 2025 #3705
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
base: master
Are you sure you want to change the base?
Conversation
using SHA1 instead of SHA256 as SHA1 is the old behaviour, and this commit is not about changing the behaviour
I have an idea of which integration test errors have been erroring for a while on each platform. I will check on this tomorrow after these jobs complete and let you know what might be new and we'll go from there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still failing:
- TestAnalyticsIntegrationTestSuite/TestAttempts
- TestErrorsIntegrationTestSuite/TestMultiErrorWithInput
- TestErrorsIntegrationTestSuite/TestMultiErrorWithoutInput
- TestShellIntegrationTestSuite/TestShell
- TestShellsIntegrationTestSuite/TestShells/using_cmd.exe
The rest are either known failures or sporadic ones I can overlook.
I validated as much as I can without actually running this against a release branch, but it seems unlikely that release specific logic would be impacted by the host runner.
Integration tests are failing. I dug into the failures but they are all seemingly unrelated. It doesn't help that we have a number of failing integration tests already and the last windows run is not retained on github actions due to its age, so I can't compare. End of the day we'll have to treat fixing up our integration tests as a separate story.