Skip to content

Commit

Permalink
Add ssh breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Dec 4, 2024
1 parent 0bf281b commit 4f2c566
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
jobs:
run-command:
runs-on: [self-hosted, linux, x64, ci-dev]
timeout-minutes: 15 # Remove for ssh debugging
# timeout-minutes: 15 # Remove for ssh debugging
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -87,6 +87,9 @@ jobs:
run: |
source .venv/bin/activate
ray dashboard .github/assets/ray.yaml &
- uses: lhotari/action-upterm@v1

- name: Submit job to ray cluster
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 4f2c566

Please sign in to comment.