mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
WIP: Remove -X option to second job
This commit is contained in:
parent
5189807b93
commit
35b6fb1672
1 changed files with 1 additions and 1 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 -Pscala-2.11" BUILD_FLAG="package -DskipTests -DskipRat" TEST_FLAG="verify -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_MODULES="-pl zeppelin-web" TEST_PROJECTS="-Pweb-e2e"
|
||||
env: WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pscala-2.11" BUILD_FLAG="package -DskipTests -DskipRat" TEST_FLAG="verify -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_MODULES="-pl zeppelin-web" TEST_PROJECTS="-Pweb-e2e -X"
|
||||
|
||||
# Test core modules
|
||||
# Several tests were excluded from this configuration due to the following issues:
|
||||
|
|
|
|||
Loading…
Reference in a new issue