Skip to content

Commit

Permalink
Merge pull request #750 from gbregman/devel
Browse files Browse the repository at this point in the history
Fix github artifacts error.
  • Loading branch information
gbregman committed Jul 8, 2024
2 parents 5e4a4bf + 2e3d41f commit 21a3b35
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload container images
uses: actions/upload-artifact@v4
with:
name: container_images-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
name: container_images
path: |
nvmeof.tar
nvmeof-cli.tar
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Upload container images
uses: actions/upload-artifact@v4
with:
name: container_images_ceph-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
name: container_images_ceph
path: |
ceph.tar
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
if: steps.check_coredumps.outputs.files_exists == 'true'
uses: actions/upload-artifact@v4
with:
name: core_pytest_${{ matrix.test }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
name: core_pytest_${{ matrix.test }}
path: /tmp/coredump/core.*

- name: Display logs
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
if: steps.check_coredumps.outputs.files_exists == 'true'
uses: actions/upload-artifact@v4
with:
name: core_demo-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
name: core_demo
path: /tmp/coredump/core.*

# For debugging purposes (provides an SSH connection to the runner)
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
if: steps.check_coredumps.outputs.files_exists == 'true'
uses: actions/upload-artifact@v4
with:
name: core_demo-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
name: core_demo_discovery
path: /tmp/coredump/core.*

- name: Display logs
Expand Down Expand Up @@ -621,7 +621,7 @@ jobs:
if: steps.check_coredumps.outputs.files_exists == 'true'
uses: actions/upload-artifact@v4
with:
name: core_demo-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
name: core_demo_ha-${{ matrix.test }}
path: /tmp/coredump/core.*

- name: Copy ceph logs
Expand All @@ -632,7 +632,7 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: ceph_out_${{ matrix.test }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
name: ceph_out_${{ matrix.test }}
path: /tmp/out/*

- name: Display logs
Expand Down

0 comments on commit 21a3b35

Please sign in to comment.