You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/09/10 21:39:10 UTC

[iceberg] branch master updated: Build: Temporarily add info logs to CI to debug infrequent timeouts (#3100)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 29a6898  Build: Temporarily add info logs to CI to debug infrequent timeouts (#3100)
29a6898 is described below

commit 29a6898ce46fab6912f945879822a947980f0737
Author: Kyle Bendickson <98...@users.noreply.github.com>
AuthorDate: Fri Sep 10 14:39:02 2021 -0700

    Build: Temporarily add info logs to CI to debug infrequent timeouts (#3100)
---
 .github/workflows/java-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml
index 8b38dfb..277d9f5 100644
--- a/.github/workflows/java-ci.yml
+++ b/.github/workflows/java-ci.yml
@@ -49,7 +49,7 @@ jobs:
         key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
         restore-keys: ${{ runner.os }}-gradle
     - 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 -Pquick=true -x javadoc
+    - run: ./gradlew check -Pquick=true -x javadoc -i
     - uses: actions/upload-artifact@v2
       if: failure()
       with:
@@ -64,7 +64,7 @@ jobs:
     - uses: actions/setup-java@v1
       with:
         java-version: 8
-    - run: ./gradlew build -x test -x javadoc -x integrationTest
+    - run: ./gradlew build -x test -x javadoc -x integrationTest -i
 
   build-javadoc:
     runs-on: ubuntu-latest
@@ -73,4 +73,4 @@ jobs:
     - uses: actions/setup-java@v1
       with:
         java-version: 8
-    - run: ./gradlew -Pquick=true javadoc
+    - run: ./gradlew -Pquick=true javadoc -i