mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Removed need for label, no longer necessary
@ -34,13 +34,11 @@
|
||||
|
||||
## Workflow for users
|
||||
|
||||
1. Label your PR with the *with-ssh* label
|
||||
1. <img width="387" alt="Screen Shot 2021-08-04 at 11 29 30 AM" src="https://user-images.githubusercontent.com/1700823/130687591-f0cc6528-b12c-45f8-895e-8c1701f419d9.png">
|
||||
2. Push a new commit / re-run completed workflows, see below for re-running jobs through the Github UI
|
||||
1. Push a new commit / re-run completed workflows, see below for re-running jobs through the Github UI
|
||||
1. 
|
||||
3. Traverse to logs for a `build` or `test` job that runs the `add-github-ssh-key` step added (currently all of our linux workflows have this enabled)
|
||||
2. Traverse to logs for a `build` or `test` job that runs the `add-github-ssh-key` step added (currently all of our linux workflows have this enabled)
|
||||
1. <img width="1254" alt="Screen Shot 2021-08-04 at 11 47 56 AM" src="https://user-images.githubusercontent.com/1700823/130687634-973fc0ac-558c-44eb-8568-eed10027062b.png">
|
||||
4. Use the SSH command provided to log into the node (do this immediately, as the job will start cleaning up if it reaches the end without any active SSH session):
|
||||
3. Use the SSH command provided to log into the node (do this immediately, as the job will start cleaning up if it reaches the end without any active SSH session):
|
||||
1. <img width="948" alt="Screen Shot 2021-08-04 at 11 49 25 AM" src="https://user-images.githubusercontent.com/1700823/130687653-b74ce62e-0e7b-40b0-9957-5d157a6b0c62.png">
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user