-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add scala3-bootstrapped/testCompilation to 'test_windows_fast' #19810
Add scala3-bootstrapped/testCompilation to 'test_windows_fast' #19810
Conversation
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.
This seems to break the puropse of the test_windows_fast
. With this change, it seems that test_windows_full
does nothing additional to test_windows_fast
. We might consider going back to a single test_windows
.
We split them because the windows machine is much slower than the linux one. Testing all this in each PR might slowdown the testing pipeline.
@nicolasstucki We only run testCompilation, not all of the tests |
I've disabled auto-merge for now |
test_windows_fast is still faster than |
Right, might be fine
keep an eye on this when the CI is loaded to see if it behaves the same as your current observations |
In light of the issue (post merge) of #19080 . We should add test compilation to windows_fast (not only windows_full).
Also see: #19802
cc @sjrd