This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 5fe1fe66c2 HDDS-9364. Upload artifacts of unit/native check (#5373)
5fe1fe66c2 is described below
commit 5fe1fe66c2c70e8cd2dc4e082a08a1082d8ab27b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Sep 29 10:19:24 2023 +0200
HDDS-9364. Upload artifacts of unit/native check (#5373)
---
.github/workflows/ci.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 70cc3e1e06..21039e4f08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -255,6 +255,19 @@ jobs:
- name: Summary of failures
run: hadoop-ozone/dev-support/checks/_summary.sh target/${{
matrix.check }}/summary.txt
if: ${{ !cancelled() }}
+ - name: Archive build results
+ uses: actions/upload-artifact@v3
+ if: ${{ !cancelled() }}
+ with:
+ name: ${{ matrix.check }}
+ path: target/${{ matrix.check }}
+ continue-on-error: true
+ - name: Delete temporary build artifacts before caching
+ run: |
+ #Never cache local artifacts
+ rm -rf ~/.m2/repository/org/apache/ozone/hdds*
+ rm -rf ~/.m2/repository/org/apache/ozone/ozone*
+ if: always()
dependency:
needs:
- build-info
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]