Skip to content

Commit

Permalink
Add matrix params to uploaded test artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 25, 2023
1 parent 13479c4 commit 42ef8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
role-duration-seconds: 43200 # 12h
- name: Upload notebook test outputs
if: '!cancelled()'
run: rapids-upload-to-s3 notebooks_output.tar.gz /home/rapids/notebooks_output
run: rapids-upload-to-s3 test_notebooks_output_${{ inputs.ARCH }}_cuda${{ inputs.CUDA_VER }}_py${{ inputs.PYTHON_VER }}_${{ inputs.GPU }}-${{ inputs.DRIVER }}.tar.gz /home/rapids/notebooks_output

0 comments on commit 42ef8b6

Please sign in to comment.