-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Re-apply "Tests: enable Swift PM tests in Windows toolchain build"" #82274
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: main
Are you sure you want to change the base?
Re-apply "Tests: enable Swift PM tests in Windows toolchain build"" #82274
Conversation
@swift-ci smoke test |
1 similar comment
@swift-ci smoke test |
Windows platform build failed with Trying again @swift-ci smoke test windows |
Windows Platform build failed with Between this and the previous execution, the test that hangs in non-deterministic. |
@swift-ci smoke test windows |
without code changes, the Windows platform build failed
|
@swift-ci test windows |
1 similar comment
@swift-ci test windows |
In its current state, this is adding ~65m to the overall test time, which might be a bit excessive. I have a set of patches up which need some help to get merged, but bring this time down to ~8m. |
I'm in favour of submitting this, once the test are passing, and then working on the other changes to bring the time down. This will ensure other changes that execute this script will execute the SwiftPM tests as well, helping to ensure regressions are not introduced. Can you please share the PRs that bring this time down? |
Adding comment for automatic GitHub traceability. This PR fixes: swiftlang/swift-package-manager#8895 |
swiftlang/swift-package-manager#8891 @swift-ci smoke test |
Reverts #82265, which re-applies #80405 Enable the SwiftPM tests in the Windows toolchain build to get extra confidence the change did not introduce any regression on the Windows platform. Fixes: swiftlang/swift-package-manager#8895
34cd647
to
0bb3d3d
Compare
swiftlang/swift-package-manager#8899 @swift-ci smoke test |
Reverts #82265, which re-applies #80405
Enable the SwiftPM tests in the Windows toolchain build to get extra confidence the change did not introduce any regression on the Windows platform.
In addition to the re-application of #80405, execute SwiftPM tesst in parallel
Fixes: swiftlang/swift-package-manager#8895