Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
build_type: ${{ inputs.build_type || 'branch' }}
container_image: "rapidsai/ci-conda:26.10-latest"
date: ${{ inputs.date }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
script: "ci/build_docs.sh"
sha: ${{ inputs.sha }}
publish-api-docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compute-sanitizer-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Run ${{ inputs.tool_name }} on ${{ matrix.test_name }}
needs: discover-sanitizer-tests
if: ${{ !cancelled() }}
runs-on: linux-amd64-gpu-l4-latest-1
runs-on: linux-amd64-gpu-rtxpro6000-latest-1
permissions:
contents: read
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pandas-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
container_image: "rapidsai/citestwheel:26.10-latest"
script: "ci/cudf_pandas_scripts/pandas-tests/run.sh main ${{ matrix.shard_id }} ${{ needs.pandas-tests-shards.outputs.num_shards }}"
file_to_upload: ./main-results.json
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ jobs:
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_java
with:
build_type: pull-request
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_java.sh"
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:
with:
build_type: pull-request
arch: ${{ matrix.ARCH }}
node_type: "gpu-l4-latest-1"
node_type: ${{ matrix.ARCH == 'amd64' && 'gpu-rtxpro6000-latest-1' || 'gpu-l4-latest-1' }}
container_image: "rapidsai/ci-wheel:26.10-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
script: "ci/test_packaged_java.sh"
conda-notebook-tests:
Expand All @@ -567,7 +567,7 @@ jobs:
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
with:
build_type: pull-request
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_notebooks.sh"
Expand All @@ -584,7 +584,7 @@ jobs:
if: fromJSON(needs.changed-files.outputs.changed_file_groups).build_docs
with:
build_type: pull-request
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/build_docs.sh"
Expand Down Expand Up @@ -881,7 +881,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
continue-on-error: true
container_image: "rapidsai/ci-conda:26.10-latest"
script: |
Expand All @@ -902,7 +902,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
continue-on-error: true
container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_cuml_compat.sh"
Expand Down Expand Up @@ -944,7 +944,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
container_image: "rapidsai/citestwheel:26.10-latest"
script: "ci/cudf_pandas_scripts/pandas-tests/run.sh pr ${{ matrix.shard_id }} ${{ needs.pandas-tests-shards.outputs.num_shards }}"
file_to_upload: ./pr-results.json
Expand Down Expand Up @@ -989,7 +989,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
container_image: "rapidsai/ci-conda:26.10-latest"
script: ci/test_narwhals.sh
spark-rapids-jni:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:26.10-latest"
script: ci/test_cpp_benchmarks.sh
Expand All @@ -88,7 +88,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_cpp_memcheck.sh"
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_java.sh"
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
arch: ${{ matrix.ARCH }}
node_type: "gpu-l4-latest-1"
node_type: ${{ matrix.ARCH == 'amd64' && 'gpu-rtxpro6000-latest-1' || 'gpu-l4-latest-1' }}
container_image: "rapidsai/ci-wheel:26.10-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
script: "ci/test_packaged_java.sh"
conda-notebook-tests:
Expand All @@ -206,7 +206,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_notebooks.sh"
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
container_image: "rapidsai/ci-conda:26.10-latest"
script: |
ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
Expand All @@ -290,7 +290,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
continue-on-error: true
container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_cuml_compat.sh"
Expand Down Expand Up @@ -343,6 +343,6 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
node_type: "gpu-rtxpro6000-latest-1"
container_image: "rapidsai/ci-conda:26.10-latest"
script: ci/test_narwhals.sh
Loading