File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ matrix:
48
48
49
49
# Run e2e tests (in zeppelin-web)
50
50
- jdk : " oraclejdk7"
51
- 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=""
51
+ 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=""
52
52
53
53
# Test core modules
54
54
# Several tests were excluded from this configuration due to the following issues:
@@ -121,7 +121,7 @@ before_script:
121
121
- tail conf/zeppelin-env.sh
122
122
123
123
script :
124
- - mvn $TEST_FLAG $MODULES $TEST_MODULES $ PROFILE -B $TEST_PROJECTS
124
+ - mvn $TEST_FLAG $MODULES $PROFILE -B $TEST_PROJECTS
125
125
126
126
after_success :
127
127
- echo "Travis exited with ${TRAVIS_TEST_RESULT}"
Original file line number Diff line number Diff line change 223
223
<web .e2e.disabled>false</web .e2e.disabled>
224
224
</properties >
225
225
</profile >
226
-
227
- <profile >
228
- <id >using-packaged-distr</id >
229
- <activation >
230
- <activeByDefault >false</activeByDefault >
231
- </activation >
232
- <properties >
233
- <zeppelin .daemon.package.base>
234
- ../zeppelin-distribution/target/zeppelin-${project.version} /zeppelin-${project.version} /bin
235
- </zeppelin .daemon.package.base>
236
- </properties >
237
- </profile >
238
-
239
226
</profiles >
240
227
241
-
242
228
</project >
You can’t perform that action at this time.
0 commit comments