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 da1dee0957 HDDS-9873. Intermittent failure at hadoop-maven-plugins in
compile check (#5785)
da1dee0957 is described below
commit da1dee0957f3b9050c4ead4f13ff217fc3ce3f66
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Dec 14 19:45:03 2023 +0100
HDDS-9873. Intermittent failure at hadoop-maven-plugins in compile check
(#5785)
---
.github/workflows/ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7696ffa925..28dd907c07 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -155,6 +155,12 @@ jobs:
- name: Untar sources
run: |
tar --strip-components 1 -xzvf ozone*-src.tar.gz
+ - name: Workaround for HADOOP-19011
+ run: |
+ git init
+ git config user.name 'Github Actions'
+ git config user.email '[email protected]'
+ git commit --allow-empty -a -m 'workaround for HADOOP-19011'
- name: Cache for maven dependencies
uses: actions/cache@v3
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]