[
https://issues.apache.org/jira/browse/LENS-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548326#comment-15548326
]
Rajat Khandelwal commented on LENS-1348:
----------------------------------------
It's already running with fae option
{noformat}
#!/bin/bash
##To set jenkins Environment Variables:
export TOOLS_HOME=/home/jenkins/tools
#export JAVA_HOME=${TOOLS_HOME}/java/jdk1.7.0_55
## Added
export JAVA_HOME=${JDK1_8_0_05_HOME}
## till here
export FINDBUGS_HOME=${TOOLS_HOME}/findbugs/latest
export CLOVER_HOME=${TOOLS_HOME}/clover/latest
export MAVEN_HOME=${TOOLS_HOME}/maven/latest
export
PATH=~/.local/bin:${MAVEN_3_LATEST__HOME}/bin/:$PATH:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:
export MAVEN_OPTS="-Xmx3g -XX:MaxPermSize=768m"
mkdir -p ~/.local/lib/python2.7/site-packages
easy_install --prefix=~/.local pip
pip install virtualenv --user
cd ${WORKSPACE}
VIRTUALENV_DIR=${WORKSPACE}/patchprocess
rm -rf ${VIRTUALENV_DIR}
virtualenv ${VIRTUALENV_DIR}
source ${VIRTUALENV_DIR}/bin/activate
pip install apache-dev-tool --allow-external RBTools
pip install setuptools --upgrade setuptools
apache-dev-tool test-patch -j LENS-${ISSUE_NUM} -b master -ju hadoopqa -jp
4hadoopqa -tpc "mvn clean install -fae"
deactivate
{noformat}
https://builds.apache.org/job/PreCommit-Lens-Build/configure
> Make pre-commit build run with -fae option
> ------------------------------------------
>
> Key: LENS-1348
> URL: https://issues.apache.org/jira/browse/LENS-1348
> Project: Apache Lens
> Issue Type: Improvement
> Components: build
> Reporter: Amareshwari Sriramadasu
> Assignee: Rajat Khandelwal
> Fix For: 2.7
>
>
> We see precommit build fails if one of the test fail in any module, we should
> run it with option -fae sothat all modules get tested.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)