This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new e54994e DRILL-7930: Fix GitHub actions (#2230)
e54994e is described below
commit e54994ec82e1329cc9c31bdc5f303c06468002db
Author: Vitalii Diravka <[email protected]>
AuthorDate: Fri May 21 16:34:17 2021 +0300
DRILL-7930: Fix GitHub actions (#2230)
* DRILL-7930: Fix GitHub actions
* timeout-minutes: 100
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 42bc8a3..5866b19 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
build:
name: Main Build
runs-on: ubuntu-latest
- timeout-minutes: 90
+ timeout-minutes: 100
strategy:
matrix:
# Java versions to run unit tests
@@ -57,7 +57,7 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Build and test
- run: mvn install -V -ntp -DdirectMemoryMb=4500 -DmemoryMb=1300
+ run: mvn install -V -ntp -DdirectMemoryMb=2500 -DmemoryMb=2000 # Note:
the total GitHub Actions memory is 7000Mb
checkstyle_protobuf:
name: Run checkstyle and generate protobufs