-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Cleanup redundant CI jobs #98044
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
Cleanup redundant CI jobs #98044
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/98044
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 FailuresAs of commit fa210c5: NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Bad Copilot bot, this is the opposite of what Huy said, lol |
I would reduce testing on CUDA-11.7 and move as much as possible toward 11.8 (as 12.1 is coming in 2.1) |
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.
Thanks for cleaning this up!
@pytorchbot merge -f 'Periodic failures on ROCm and benchmark jobs are unrelated' |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
This cleanup some redundant CI jobs that I found:
🤖 Generated by Copilot at 4b3ec53
This pull request simplifies and consolidates the scripts and workflows for the thread sanitizer (TSAN) build and test configuration. It removes redundant and outdated logic, files, and workflows that were previously used to handle the TSAN build differently from the regular build. It enables all the tests for the TSAN build, which has been fixed by another pull request.