Skip to content

Commit

Permalink
Add names for artifacts and allow overwriting them
Browse files Browse the repository at this point in the history
  • Loading branch information
shefalijoshi committed Feb 7, 2025
1 parent 17670b1 commit b23338d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-couchdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,17 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: e2e-couchdb-test-results
path: test-results
overwrite: true

- name: Archive html test results
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: e2e-couchdb-html-test-results
path: html-test-results
overwrite: true

- name: Remove pr:e2e:couchdb label (if present)
if: always()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e-flakefinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: e2e-flakefinder-test-results
path: test-results
overwrite: true

- name: Remove pr:e2e:flakefinder label (if present)
if: always()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: e2e-perf-test-results
path: test-results
overwrite: true

- name: Remove pr:e2e:perf label (if present)
if: always()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: e2e-pr-test-results
path: test-results
overwrite: true

- name: Remove pr:e2e label (if present)
if: always()
Expand Down

0 comments on commit b23338d

Please sign in to comment.