Skip to content

Commit 1f833f9

Browse files
[CI] update ip
1 parent 68172a7 commit 1f833f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Find suitable GPU
174174
run: |
175-
gpu_id=$(curl -s "http://10.0.14.248/gpu/get?id=${{ github.run_id }}&timestamp=$(date +%s%3N)&runner=${RUNNER_NAME}&force=1")
175+
gpu_id=$(curl -s "http://10.0.14.249/gpu/get?id=${{ github.run_id }}&timestamp=$(date +%s%3N)&runner=${RUNNER_NAME}&force=1")
176176
echo "CUDA_VISIBLE_DEVICES=$gpu_id" >> $GITHUB_ENV
177177
echo "CUDA_VISIBLE_DEVICES=$gpu_id"
178178

0 commit comments

Comments
 (0)