diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3065a6d6a8a..1cf719a8c2a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,7 +64,7 @@ jobs: build_type: ${{ inputs.build_type || 'branch' }} container_image: "rapidsai/ci-conda:latest" date: ${{ inputs.date }} - node_type: "gpu-v100-latest-1" + node_type: "gpu-l4-latest-1-testing" run_script: "ci/build_docs.sh" sha: ${{ inputs.sha }} wheel-build-cudf: diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5648f8645be..533fbd018ca 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -84,7 +84,7 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@use-new-runners with: build_type: pull-request - node_type: "gpu-v100-latest-1" + node_type: "gpu-l4-latest-1-testing" arch: "amd64" container_image: "rapidsai/ci-conda:latest" run_script: "ci/test_java.sh" @@ -94,7 +94,7 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@use-new-runners with: build_type: pull-request - node_type: "gpu-v100-latest-1" + node_type: "gpu-l4-latest-1-testing" arch: "amd64" container_image: "rapidsai/ci-conda:latest" run_script: "ci/test_notebooks.sh" @@ -104,7 +104,7 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@use-new-runners with: build_type: pull-request - node_type: "gpu-v100-latest-1" + node_type: "gpu-l4-latest-1-testing" arch: "amd64" container_image: "rapidsai/ci-conda:latest" run_script: "ci/build_docs.sh" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ca1c916fdb7..c4688f447db 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,7 +39,7 @@ jobs: branch: ${{ inputs.branch }} date: ${{ inputs.date }} sha: ${{ inputs.sha }} - node_type: "gpu-v100-latest-1" + node_type: "gpu-l4-latest-1-testing" arch: "amd64" container_image: "rapidsai/ci-conda:latest" run_script: "ci/test_cpp_memcheck.sh" @@ -70,7 +70,7 @@ jobs: branch: ${{ inputs.branch }} date: ${{ inputs.date }} sha: ${{ inputs.sha }} - node_type: "gpu-v100-latest-1" + node_type: "gpu-l4-latest-1-testing" arch: "amd64" container_image: "rapidsai/ci-conda:latest" run_script: "ci/test_java.sh" @@ -82,7 +82,7 @@ jobs: branch: ${{ inputs.branch }} date: ${{ inputs.date }} sha: ${{ inputs.sha }} - node_type: "gpu-v100-latest-1" + node_type: "gpu-l4-latest-1-testing" arch: "amd64" container_image: "rapidsai/ci-conda:latest" run_script: "ci/test_notebooks.sh"