Skip to content

Commit 6dcbc8f

Browse files
Test only latest CUDA version
1 parent 1b8b6ec commit 6dcbc8f

2 files changed

Lines changed: 4 additions & 28 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -602,39 +602,27 @@ jobs:
602602
streams-build:
603603
needs: checks
604604
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
605-
strategy:
606-
fail-fast: false
607-
matrix:
608-
cuda_version:
609-
- &latest_cuda12 "12.9.1"
610-
- &latest_cuda13 "13.1.1"
611605
with:
612606
build_type: pull-request
613607
branch: ${{ inputs.branch }}
614608
date: ${{ inputs.date }}
615609
sha: ${{ inputs.sha }}
616610
node_type: cpu8
617-
container_image: "rapidsai/ci-conda:26.06-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
611+
container_image: "rapidsai/ci-conda:26.06-latest"
618612
script: ci/build_streams.sh
619613
artifact-name: stream_tests_${{ matrix.cuda_version }}
620614
file_to_upload: cpp/install
621615
streams-test:
622616
needs: streams-build
623617
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
624618
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
625-
strategy:
626-
fail-fast: false
627-
matrix:
628-
cuda_version:
629-
- *latest_cuda12
630-
- *latest_cuda13
631619
with:
632620
build_type: pull-request
633621
branch: ${{ inputs.branch }}
634622
date: ${{ inputs.date }}
635623
sha: ${{ inputs.sha }}
636624
node_type: gpu-l4-latest-1
637-
container_image: "rapidsai/ci-conda:26.06-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
625+
container_image: "rapidsai/ci-conda:26.06-latest"
638626
script: ci/test_streams.sh stream_tests_${{ matrix.cuda_version }}
639627

640628
telemetry-summarize:

.github/workflows/test.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -189,36 +189,24 @@ jobs:
189189
streams-build:
190190
needs: checks
191191
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
192-
strategy:
193-
fail-fast: false
194-
matrix:
195-
cuda_version:
196-
- &latest_cuda12 "12.9.1"
197-
- &latest_cuda13 "13.1.1"
198192
with:
199193
build_type: ${{ inputs.build_type || 'branch' }}
200194
branch: ${{ inputs.branch }}
201195
date: ${{ inputs.date }}
202196
sha: ${{ inputs.sha }}
203197
node_type: cpu8
204-
container_image: "rapidsai/ci-conda:26.06-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
198+
container_image: "rapidsai/ci-conda:26.06-latest"
205199
script: ci/build_streams.sh
206200
artifact-name: stream_tests_${{ matrix.cuda_version }}
207201
file_to_upload: cpp/install
208202
streams-test:
209203
needs: streams-build
210204
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
211-
strategy:
212-
fail-fast: false
213-
matrix:
214-
cuda_version:
215-
- &latest_cuda12 "12.9.1"
216-
- &latest_cuda13 "13.1.1"
217205
with:
218206
build_type: ${{ inputs.build_type || 'branch' }}
219207
branch: ${{ inputs.branch }}
220208
date: ${{ inputs.date }}
221209
sha: ${{ inputs.sha }}
222210
node_type: gpu-l4-latest-1
223-
container_image: "rapidsai/ci-conda:26.06-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
211+
container_image: "rapidsai/ci-conda:26.06-latest"
224212
script: ci/test_streams.sh stream_tests_${{ matrix.cuda_version }}

0 commit comments

Comments
 (0)