-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
CI: split x86_64-mingw job #132721
base: master
Are you sure you want to change the base?
CI: split x86_64-mingw job #132721
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
@bors try |
CI: split x86_64-mingw job try-job: x86_64-mingw-1 try-job: x86_64-mingw-2
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
That alone should shorten the time by a large amount. |
thanks! I will create a separate PR for this.
Can I delete it for all of them? |
Yeah, they all should be fine to remove. |
opened #132781 🙏 |
Interestingly I found #112645 which does the opposite of this PR. My goal is to try to "revert" part of the PR by using two free runners. |
@bors try |
CI: split x86_64-mingw job try-job: x86_64-mingw-1 try-job: x86_64-mingw-2
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
I'll give this one last try 🤔 |
@bors try |
This not a spurious failure, the linker is misconfigured. |
CI: split x86_64-mingw job try-job: x86_64-mingw-1 try-job: x86_64-mingw-2
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit da46489 with merge 7da7d0c53c4b05d83eec95ce157cb95f9c8522a8... |
CI: split x86_64-mingw job try-job: x86_64-mingw-1 try-job: x86_64-mingw-2
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
[EXPERIMENT] check npm path on the regular `x86_64-mingw` job cc rust-lang#132721. r? `@ghost` try-job: x86_64-mingw
@bors try |
CI: split x86_64-mingw job try-job: x86_64-mingw-1 try-job: x86_64-mingw-2
⌛ Trying commit af15021 with merge e7bb5511642c627d9d489654dabd27a51b49a5f9... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit 037bdb1 with merge 90cd28c4f7011ef35026e34de85e4ecdbe36c80c... |
CI: split x86_64-mingw job try-job: x86_64-mingw-1 try-job: x86_64-mingw-2
💔 Test failed - checks-actions |
@bors try |
CI: split x86_64-mingw job try-job: x86_64-mingw-1 try-job: x86_64-mingw-2
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
I'm trying to split the x86_64-mingw job in two to hopefully move it to free runners and reduce the use of large runners in CI.
If the job is too slow with free runners we could build the artifacts in a large runner and test them in various free runners.
try-job: x86_64-mingw-1
try-job: x86_64-mingw-2