File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 28
28
if : ${{ github.repository_owner == 'nvidia' && !cancelled() }}
29
29
runs-on : ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
30
30
(inputs.runner == 'default' && inputs.host-platform == 'linux-aarch64' && 'linux-arm64-gpu-a100-latest-1') ||
31
- (inputs.runner == 'default' && inputs.host-platform == 'win-64' && 'cuda-python-windows-gpu-github') ||
32
31
(inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1') }}
33
32
# Our self-hosted runners require a container
34
33
# TODO: use a different (nvidia?) container
Original file line number Diff line number Diff line change 26
26
test :
27
27
# The build stage could fail but we want the CI to keep moving.
28
28
if : ${{ github.repository_owner == 'nvidia' && !cancelled() }}
29
- runs-on : ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
30
- (inputs.runner == 'default' && inputs.host-platform == 'linux-aarch64' && 'linux-arm64-gpu-a100-latest-1') ||
31
- (inputs.runner == 'default' && inputs.host-platform == 'win-64' && 'cuda-python-windows-gpu-github') ||
32
- (inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1') }}
29
+ runs-on : ${{ (inputs.runner == 'default' && inputs.host-platform == 'win-64' && 'cuda-python-windows-gpu-github') }}
33
30
defaults :
34
31
run :
35
32
shell : bash --noprofile --norc -xeuo pipefail {0}
You can’t perform that action at this time.
0 commit comments