You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2014/09/03 00:03:20 UTC

[jira] [Created] (SPARK-3355) Allow running maven tests in run-tests and run-tests-jenkins

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org