This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 6eb5068a89f [fix][ci][branch-3.0] Increase Maven's heap size from
1024m to 1500m as it is in master
6eb5068a89f is described below
commit 6eb5068a89f0ee82ca3c4299c8b85fb18e8bca97
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Mar 20 12:06:19 2024 +0200
[fix][ci][branch-3.0] Increase Maven's heap size from 1024m to 1500m as it
is in master
---
.github/workflows/pulsar-ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index eaa173e4f13..2c916c7f15d 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -37,7 +37,7 @@ concurrency:
cancel-in-progress: true
env:
- MAVEN_OPTS: -Xss1500k -Xmx1024m
-Daether.connector.http.reuseConnections=false
-Daether.connector.requestTimeout=60000 -Dhttp.keepAlive=false
-Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard
-Dmaven.wagon.http.retryHandler.count=3
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true
-Dmaven.wagon.http.serviceUnavailableRetryStrategy.class=standard
-Dmaven.wagon.rto=60000
+ MAVEN_OPTS: -Xss1500k -Xmx1500m
-Daether.connector.http.reuseConnections=false
-Daether.connector.requestTimeout=60000 -Dhttp.keepAlive=false
-Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard
-Dmaven.wagon.http.retryHandler.count=3
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true
-Dmaven.wagon.http.serviceUnavailableRetryStrategy.class=standard
-Dmaven.wagon.rto=60000
# defines the retention period for the intermediate build artifacts needed
for rerunning a failed build job
# it's possible to rerun individual failed jobs when the build artifacts are
available
# if the artifacts have already been expired, the complete workflow can be
rerun by closing and reopening the PR or by rebasing the PR