-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Description
🚀 The feature, motivation and pitch
A Common Scenario
You submit PR to PyTorch and and a test fails on a CI machine that is significantly different from your local coding environment.
Instead of using with-ssh
you can quickly fire up a github codespaces or other OnDemand instance that has your code checked out and you are free to debug without the time limit.
Alternatives
An alternative solution is to tag the failing pull request with the label with-ssh
. This will allow a user to ssh into the CI machine and gives the user 2 hours (I think more time can be requested) to try and debug the error. This is far better than nothing but for non vim users and general UX it can be hard to complete the required debug work.
Additional context
Besides debugging purposes this could also be very helpful for first time contributors. Having a ready made environment that has been streamlined for PyTorch development.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status