From 4f2c5662709c8009eb4e6f89ee2515a95b217e1a Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Tue, 3 Dec 2024 22:46:30 -0800 Subject: [PATCH] Add ssh breakpoint --- .github/workflows/run-cluster.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-cluster.yaml b/.github/workflows/run-cluster.yaml index b56fbc877b..53a3d22872 100644 --- a/.github/workflows/run-cluster.yaml +++ b/.github/workflows/run-cluster.yaml @@ -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 @@ -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