Skip to content

Commit

Permalink
Add ssh breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Nov 16, 2024
1 parent 3d564e0 commit 50bd3d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/performance-comparisons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
aws-region: us-west-2
- uses: ./.github/actions/install

- run: |
# Dynamically update ray config file
sed -i 's|<<SHA>>|${{ github.sha }}|g' .github/assets/ray.yaml
Expand All @@ -47,6 +48,10 @@ jobs:
echo "$KEY" >> ~/.ssh/ci-github-actions-ray-cluster-key.pem
chmod 600 ~/.ssh/ci-github-actions-ray-cluster-key.pem
- uses: lhotari/action-upterm@v1

- run: |
# Dynamically update ray config file
# Boot up ray cluster
uv v
source .venv/bin/activate
Expand Down

0 comments on commit 50bd3d4

Please sign in to comment.