Skip to content

Enable OnDemand for Open Source CI  #92838

@drisspg

Description

@drisspg

🚀 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

triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

Status

Cold Storage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions