Skip to content

Commit d988271

Browse files
committed
Use L4 instead of V100
1 parent deacf66 commit d988271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
build_type: ${{ inputs.build_type || 'branch' }}
3737
container_image: "rapidsai/ci-conda:latest"
3838
date: ${{ inputs.date }}
39-
node_type: "gpu-v100-latest-1"
39+
node_type: "gpu-l4-latest-1"
4040
run_script: "ci/build_docs.sh"
4141
sha: ${{ inputs.sha }}

Diff for: .github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
4242
with:
4343
build_type: pull-request
44-
node_type: "gpu-v100-latest-1"
44+
node_type: "gpu-l4-latest-1"
4545
arch: "amd64"
4646
container_image: "rapidsai/ci-conda:latest"
4747
run_script: "ci/build_docs.sh"

0 commit comments

Comments
 (0)