File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ jobs:
616616 node_type : cpu8
617617 container_image : " rapidsai/ci-conda:26.06-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
618618 script : ci/build_streams.sh
619- artifact-name : stream_tests_${{ matrix.cuda_version }}_${{ matrix.arch }}
619+ artifact-name : stream_tests_${{ matrix.cuda_version }}
620620 file_to_upload : cpp/install
621621 streams-test :
622622 needs : streams-build
@@ -635,7 +635,7 @@ jobs:
635635 sha : ${{ inputs.sha }}
636636 node_type : gpu-l4-latest-1
637637 container_image : " rapidsai/ci-conda:26.06-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
638- script : ci/test_streams.sh stream_tests_${{ matrix.cuda_version }}_${{ matrix.arch }}
638+ script : ci/test_streams.sh stream_tests_${{ matrix.cuda_version }}
639639
640640 telemetry-summarize :
641641 # This job must use a self-hosted runner to record telemetry traces.
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 node_type : cpu8
204204 container_image : " rapidsai/ci-conda:26.06-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
205205 script : ci/build_streams.sh
206- artifact-name : stream_tests_${{ matrix.cuda_version }}_${{ matrix.arch }}
206+ artifact-name : stream_tests_${{ matrix.cuda_version }}
207207 file_to_upload : cpp/install
208208 streams-test :
209209 needs : streams-build
@@ -221,4 +221,4 @@ jobs:
221221 sha : ${{ inputs.sha }}
222222 node_type : gpu-l4-latest-1
223223 container_image : " rapidsai/ci-conda:26.06-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
224- script : ci/test_streams.sh stream_tests_${{ matrix.cuda_version }}_${{ matrix.arch }}
224+ script : ci/test_streams.sh stream_tests_${{ matrix.cuda_version }}
You can’t perform that action at this time.
0 commit comments