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

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 871ed21  PHOENIX-5032 add Apache Yetus to Phoenix (addendum: fix OOM, 
remove publishHTML, add missing ASF header)
871ed21 is described below

commit 871ed211ee126a5e2b8f2a417391cd0988f4c467
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Sep 18 19:18:28 2020 +0200

    PHOENIX-5032 add Apache Yetus to Phoenix (addendum: fix OOM, remove 
publishHTML, add missing ASF header)
---
 Jenkinsfile.yetus                   |  9 ---------
 dev/docker/Dockerfile.yetus         | 16 ++++++++++++++++
 dev/jenkins_precommit_jira_yetus.sh |  2 ++
 pom.xml                             |  2 +-
 4 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/Jenkinsfile.yetus b/Jenkinsfile.yetus
index 6e77526..b9aa15e 100644
--- a/Jenkinsfile.yetus
+++ b/Jenkinsfile.yetus
@@ -50,15 +50,6 @@ pipeline {
                     // Has to be relative to WORKSPACE.
                     archiveArtifacts artifacts: "patchprocess/*", excludes: 
"patchprocess/precommit"
                     archiveArtifacts artifacts: "patchprocess/**/*", excludes: 
"patchprocess/precommit/**/*"
-                    publishHTML target: [
-                      allowMissing: true,
-                      keepAll: true,
-                      alwaysLinkToLastBuild: true,
-                      // Has to be relative to WORKSPACE
-                      reportDir: "/",
-                      reportFiles: 'report.html',
-                      reportName: 'Precommit Report'
-                    ]
                 }
             }
         }
diff --git a/dev/docker/Dockerfile.yetus b/dev/docker/Dockerfile.yetus
index 4ac1bea..848dfd3 100644
--- a/dev/docker/Dockerfile.yetus
+++ b/dev/docker/Dockerfile.yetus
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM apache/yetus:0.12.0
 
 #####
diff --git a/dev/jenkins_precommit_jira_yetus.sh 
b/dev/jenkins_precommit_jira_yetus.sh
index 5a071e8..1774f31 100755
--- a/dev/jenkins_precommit_jira_yetus.sh
+++ b/dev/jenkins_precommit_jira_yetus.sh
@@ -35,6 +35,8 @@ export MAVEN_HOME=/home/jenkins/tools/maven/apache-maven-3.0.5
 #export PATH=$PATH:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:
 export PATH=$PATH:${MAVEN_HOME}/bin:
 
+export MAVEN_OPTS=-Xmx3g
+
 YETUS_RELEASE=0.12.0
 COMPONENT=${WORKSPACE}/component
 TEST_FRAMEWORK=${WORKSPACE}/test_framework
diff --git a/pom.xml b/pom.xml
index 41c2197..7aa95c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
           </dependencies>
           <configuration>
             <effort>Max</effort>
-            <maxHeap>1024</maxHeap>
+            <maxHeap>2048</maxHeap>
           </configuration>
         </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings 

Reply via email to