Skip to content

Commit edaf855

Browse files
authored
Merge pull request #1055 from networkservicemesh/fix-upload-artifact-names
Fix upload artifact on ci workflow
2 parents 7eee5c5 + 5a7375d commit edaf855

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: ${{ success() || failure() || cancelled() }}
101101
uses: actions/upload-artifact@v4
102102
with:
103-
name: Single logs
103+
name: Single-logs-on-${{ matrix.image }}
104104
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/tests_single/${{ matrix.image }}-logs
105105

106106
### SINGLE IPv6 CLUSTER
@@ -149,7 +149,7 @@ jobs:
149149
if: ${{ success() || failure() || cancelled() }}
150150
uses: actions/upload-artifact@v4
151151
with:
152-
name: Single IPv6 logs
152+
name: Single-IPv6-logs
153153
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/tests_single/ipv6-logs
154154

155155
### AF_XDP SUITE
@@ -193,7 +193,7 @@ jobs:
193193
if: ${{ success() || failure() || cancelled() }}
194194
uses: actions/upload-artifact@v4
195195
with:
196-
name: afxdp logs
196+
name: afxdp-logs
197197
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/tests_afxdp/afxdp-logs
198198

199199
### SINGLE CALICO CLUSTER
@@ -269,7 +269,7 @@ jobs:
269269
if: ${{ success() || failure() || cancelled() }}
270270
uses: actions/upload-artifact@v4
271271
with:
272-
name: Calico logs
272+
name: Calico-logs
273273
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/tests_single/calico-logs
274274

275275
### HEAL EXTENDED SUITE
@@ -313,7 +313,7 @@ jobs:
313313
if: ${{ success() || failure() || cancelled() }}
314314
uses: actions/upload-artifact@v4
315315
with:
316-
name: heal-ext logs
316+
name: heal-ext-logs
317317
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/tests_heal_ext/heal-ext-logs
318318

319319
### INTERDOMAIN CLUSTER
@@ -368,7 +368,7 @@ jobs:
368368
if: ${{ success() || failure() || cancelled() }}
369369
uses: actions/upload-artifact@v4
370370
with:
371-
name: Interdomain logs
371+
name: Interdomain-logs
372372
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/tests_interdomain/interdomain-logs
373373

374374
### EXTENDED OVS SUITE
@@ -412,7 +412,7 @@ jobs:
412412
if: ${{ success() || failure() || cancelled() }}
413413
uses: actions/upload-artifact@v4
414414
with:
415-
name: ovs_extra logs
415+
name: ovs_extra-logs
416416
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/tests_ovs_extended/ovs_extra-logs
417417

418418
### Tanzu mechanism permutation testing
@@ -461,7 +461,7 @@ jobs:
461461
if: ${{ success() || failure() || cancelled() }}
462462
uses: actions/upload-artifact@v4
463463
with:
464-
name: tanzu-unmanaged logs
464+
name: tanzu-unmanaged-logs
465465
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/tanzu-unmanaged
466466
- name: Cleanup resources
467467
if: ${{ success() || failure() || cancelled() }}

0 commit comments

Comments
 (0)