This is an automated email from the ASF dual-hosted git repository.
nastra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new c4f835e7f1 CI: Skip spotlessCheck in core-tests (#16505)
c4f835e7f1 is described below
commit c4f835e7f12e2dcbc037053c1e6f94d83b80dba1
Author: Yuya Ebihara <[email protected]>
AuthorDate: Thu May 21 20:57:13 2026 +0900
CI: Skip spotlessCheck in core-tests (#16505)
---
.github/workflows/java-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml
index 40937642c2..1b11e5c7bf 100644
--- a/.github/workflows/java-ci.yml
+++ b/.github/workflows/java-ci.yml
@@ -90,7 +90,7 @@ jobs:
# Read-only: java-ci's build-checks (17) is the global canonical
writer.
cache-read-only: true
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- - run: ./gradlew check -DsparkVersions= -DflinkVersions= -DkafkaVersions=
-Pquick=true -x javadoc
+ - run: ./gradlew check -DsparkVersions= -DflinkVersions= -DkafkaVersions=
-Pquick=true -x javadoc -x spotlessCheck
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #
v7.0.1
if: failure()
with: