Skip to content
Prev Previous commit
Next Next commit
Attach test logs on failure too
  • Loading branch information
wonglkd authored Mar 14, 2023
commit 4da4dca236113eab2f63fc7017ca2d9ffd3d389d
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-centos-8-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-centos-8-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-debian-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-fedora-36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-rockylinux-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-rockylinux-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-ubuntu-18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-ubuntu-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()
1 change: 1 addition & 0 deletions .github/workflows/build-cachelib-ubuntu-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ jobs:
path: opt/cachelib/tests/*.log
if-no-files-found: warn
retention-days: 7
if: success() || failure()