Skip to content

Commit 4f86b0f

Browse files
Merge branch 'main' into device-properties
2 parents 56ca8ae + 74379bb commit 4f86b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# The build stage could fail but we want the CI to keep moving.
3939
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
4040
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
41-
runs-on: linux-amd64-gpu-t4-latest-1-testing
41+
runs-on: linux-amd64-gpu-t4-latest-1
4242
#runs-on: ubuntu-latest
4343
defaults:
4444
run:

.github/workflows/test-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
2929
runs-on: ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
3030
(inputs.runner == 'default' && inputs.host-platform == 'linux-aarch64' && 'linux-arm64-gpu-a100-latest-1') ||
31-
(inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1-testing') }}
31+
(inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1') }}
3232
# Our self-hosted runners require a container
3333
# TODO: use a different (nvidia?) container
3434
container:

0 commit comments

Comments
 (0)