Skip to content

Commit feb67a0

Browse files
Remove arch from artifacts
1 parent 542590b commit feb67a0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)