Skip to content

Commit 27e3483

Browse files
committed
update
1 parent 6c40351 commit 27e3483

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/nvidia_workflow.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,8 @@ concurrency:
2222
run-name: 'NVIDIA Job - ${{ github.event.inputs.run_id }}'
2323

2424
jobs:
25-
select-runner:
26-
runs-on: ubuntu-latest
27-
outputs:
28-
runner: ${{ steps.pick.outputs.runner }}
29-
steps:
30-
- id: pick
31-
run: |
32-
runners=("b200-02-gpu0" "b200-02-gpu1" "b200-02-gpu2" "b200-02-gpu3" "b200-02-gpu4" "b200-02-gpu5" "b200-02-gpu6" "b200-02-gpu7")
33-
index=$(( ${{ github.run_number }} % 8 ))
34-
echo "runner=${runners[$index]}" >> $GITHUB_OUTPUT
35-
3625
run:
37-
needs: select-runner
38-
runs-on: [self-hosted, Linux, X64, nvidia-docker-b200-8-x86-64, "${{ needs.select-runner.outputs.runner }}"]
26+
runs-on: nvidia-docker-b200-8-x86-64
3927
timeout-minutes: 10
4028
steps:
4129
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)