Skip to content

Commit

Permalink
ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed May 20, 2024
1 parent 126c8b2 commit 30c8d75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tpu_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
- name: Create VM and Run Script
run: |
export TPU_NAME=ci-run-${{ github.run_id }}
infra/babysit-tpu-vm.sh $TPU_NAME -z ${{ matrix.tpu-zone }} -t v4-8 --preemptible -s infra/helpers/setup-tpu-vm-tests.sh -- \
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/google_compute_engine
infra/babysit-tpu-vm.sh $TPU_NAME -z ${{ matrix.tpu-zone }} -t v4-8 --preemptible -s infra/helpers/setup-tpu-vm-tests.sh -b ${{ github.sha }} -- \
bash levanter/infra/run.sh pytest tests

0 comments on commit 30c8d75

Please sign in to comment.