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 e76ed4368ac [fix][ci][branch-3.0] Increase Maven's heap size from
1024m to 1500m as it is in master
e76ed4368ac is described below
commit e76ed4368aca8d3cab2ffbbdd413d97f1205703f
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-flaky.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pulsar-ci-flaky.yaml
b/.github/workflows/pulsar-ci-flaky.yaml
index 16dfa4a87aa..b8a80550689 100644
--- a/.github/workflows/pulsar-ci-flaky.yaml
+++ b/.github/workflows/pulsar-ci-flaky.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