mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
chore: Use usual test build command
This commit is contained in:
parent
4ef0a2c2ac
commit
9f13d611fe
2 changed files with 2 additions and 16 deletions
|
|
@ -48,7 +48,7 @@ matrix:
|
|||
|
||||
# Run e2e tests (in zeppelin-web)
|
||||
- jdk: "oraclejdk7"
|
||||
env: WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pweb-e2e -Pscala-2.11" BUILD_FLAG="package -DskipTests -Pbuild-distr -DskipRat" TEST_FLAG="verify -Pusing-packaged-distr -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_MODULES="-pl zeppelin-web" TEST_PROJECTS=""
|
||||
env: WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pweb-e2e -Pscala-2.11" BUILD_FLAG="package -DskipTests -DskipRat" TEST_FLAG="verify -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS=""
|
||||
|
||||
# Test core modules
|
||||
# Several tests were excluded from this configuration due to the following issues:
|
||||
|
|
@ -121,7 +121,7 @@ before_script:
|
|||
- tail conf/zeppelin-env.sh
|
||||
|
||||
script:
|
||||
- mvn $TEST_FLAG $MODULES $TEST_MODULES $PROFILE -B $TEST_PROJECTS
|
||||
- mvn $TEST_FLAG $MODULES $PROFILE -B $TEST_PROJECTS
|
||||
|
||||
after_success:
|
||||
- echo "Travis exited with ${TRAVIS_TEST_RESULT}"
|
||||
|
|
|
|||
|
|
@ -223,20 +223,6 @@
|
|||
<web.e2e.disabled>false</web.e2e.disabled>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>using-packaged-distr</id>
|
||||
<activation>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<properties>
|
||||
<zeppelin.daemon.package.base>
|
||||
../zeppelin-distribution/target/zeppelin-${project.version}/zeppelin-${project.version}/bin
|
||||
</zeppelin.daemon.package.base>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
</profiles>
|
||||
|
||||
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue