Patrick Wendell created SPARK-3355:
--------------------------------------

             Summary: Allow running maven tests in run-tests and 
run-tests-jenkins
                 Key: SPARK-3355
                 URL: https://issues.apache.org/jira/browse/SPARK-3355
             Project: Spark
          Issue Type: Improvement
          Components: Project Infra
            Reporter: Patrick Wendell


We should have a variable called AMPLAB_JENKINS_BUILD_TOOL that decides whether 
to run sbt or maven.

This would allow us to simplify our build matrix in Jenkins... currently the 
maven builds run a totally different thing than the normal run-tests builds.

The maven build currently does something like this:

{code}
mvn -DskipTests -Pprofile1 -Pprofile2 ... clean package
mvn test -Pprofile1 -Pprofile2 ... --fail-at-end
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to