Skip to content

Commit

Permalink
gitlab commit and avoid artifact conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Bettina Heim <heimb@outlook.com>
  • Loading branch information
bettinaheim committed Nov 1, 2024
1 parent 6413833 commit 2b1befd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config/gitlab_commits.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nvidia-mgpu-repo: cuda-quantum/cuquantum-mgpu.git
nvidia-mgpu-commit: 330f24ac69b31f0332710d791410b30fe91c24b8
nvidia-mgpu-commit: b63a90466dc49d7c0c950984d3a882097b7db870
4 changes: 3 additions & 1 deletion .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ jobs:
cuda_major=`echo ${{ inputs.cuda_version }} | cut -d . -f1`
platform_id=`echo "${{ inputs.platform }}" | sed 's/linux\///g' | tr -d ' ' | tr ',' -`
artifact_id=python_${platform_id}_cu$cuda_major # changing the artifact name requires updating other workflows
os_id=`echo ${{ matrix.os_image}} | tr ':' _ | tr '/' -`
echo "os_id=$os_id" >> $GITHUB_OUTPUT
echo "artifact_id=$artifact_id" >> $GITHUB_OUTPUT
if [ -f /tmp/validation.out ]; then
Expand All @@ -375,7 +377,7 @@ jobs:
if: steps.job_summary.outputs.validation_summary != ''
uses: actions/upload-artifact@v4
with:
name: ${{ steps.job_summary.outputs.artifact_id }}_py${{ inputs.python_version }}_validation
name: ${{ steps.job_summary.outputs.artifact_id }}_${{ steps.job_summary.outputs.os_id }}_py${{ inputs.python_version }}_validation
path: ${{ steps.job_summary.outputs.validation_summary }}
retention-days: 1
if-no-files-found: warn
Expand Down

0 comments on commit 2b1befd

Please sign in to comment.