-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Refactor nightly checkout tool #131134
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
Refactor nightly checkout tool #131134
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/131134
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 8f72be4 with merge base 42a4df9 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Changes: - Add `-C REPO` in `git` commands to allow the tool can be run everywhere not only the repo dir - Use `pathlib.Path` as many as possible - Replace `subprocess.run(..., check=True)` with `subprocess.check_{call,output}(...)` - Add `encoding='utf-8'` for files ghstack-source-id: 98cc1f7 Pull Request resolved: #131134
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: New commits were pushed while merging. Please rerun the merge command. Details for Dev Infra teamRaised by workflow job |
Changes: - Add `-C REPO` in `git` commands to allow the tool can be run everywhere not only the repo dir - Use `pathlib.Path` as many as possible - Replace `subprocess.run(..., check=True)` with `subprocess.check_{call,output}(...)` - Add `encoding='utf-8'` for files ghstack-source-id: 2472173 Pull Request resolved: #131134
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
@pytorchbot merge -f "stuck at rocm ci queue" |
The merge job was canceled or timed out. This most often happen if two merge requests were issued for the same PR, or if merge job was waiting for more than 6 hours for tests to finish. In later case, please do not hesitate to reissue the merge command |
@pytorchbot merge -f "stuck at rocm ci queue" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
Changes:
-C REPO
ingit
commands to allow the tool can be run everywhere not only the repo dirpathlib.Path
as many as possiblesubprocess.run(..., check=True)
withsubprocess.check_{call,output}(...)
encoding='utf-8'
for files