Skip to content

Commit 8194a5e

Browse files
committed
Revert "[ZEPPELIN-2467] Restoring second travis job functionality"
This reverts commit 15ecbb4.
1 parent 4668da1 commit 8194a5e

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,8 @@ matrix:
4646
env: SCALA_VER="2.11" SPARK_VER="2.0.2" HADOOP_VER="2.6" PROFILE="-Prat" BUILD_FLAG="clean" TEST_FLAG="org.apache.rat:apache-rat-plugin:check" TEST_PROJECTS=""
4747

4848
# Test core modules
49-
#
50-
# Several tests were excluded from this configuration due to the following issues:
51-
# HeliumBundleFactoryTest - https://issues.apache.org/jira/browse/ZEPPELIN-2469
52-
# HeliumApplicationFactoryTest - https://issues.apache.org/jira/browse/ZEPPELIN-2470
53-
# NotebookTest - https://issues.apache.org/jira/browse/ZEPPELIN-2471
54-
# ZeppelinRestApiTest - https://issues.apache.org/jira/browse/ZEPPELIN-2473
55-
# After issues are fixed these tests need to be included back by removing them from the "-Dtests.to.exclude" property
5649
- jdk: "oraclejdk7"
57-
env: SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pscalding -Phelium-dev -Pexamples -Pscala-2.11" BUILD_FLAG="package -Pbuild-distr -DskipRat" TEST_FLAG="verify -Pusing-packaged-distr -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS="-Dtests.to.exclude=**/ZeppelinSparkClusterTest.java,**/org.apache.zeppelin.spark.*,**/HeliumBundleFactoryTest.java,**/HeliumApplicationFactoryTest.java,**/NotebookTest.java,**/ZeppelinRestApiTest.java -DfailIfNoTests=false"
50+
env: SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pscalding -Phelium-dev -Pexamples -Pscala-2.11" BUILD_FLAG="package -Pbuild-distr -DskipRat" TEST_FLAG="verify -Pusing-packaged-distr -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS="-Dtest='!ZeppelinSparkClusterTest,!org.apache.zeppelin.spark.*' -DfailIfNoTests=false"
5851

5952
# Test selenium with spark module for 1.6.3
6053
- jdk: "oraclejdk7"

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@
134134

135135
<PermGen>64m</PermGen>
136136
<MaxPermGen>512m</MaxPermGen>
137-
138-
<!-- to be able to exclude some tests using command line -->
139-
<tests.to.exclude/>
140137
</properties>
141138

142139
<dependencyManagement>
@@ -558,9 +555,6 @@
558555
<version>${plugin.surefire.version}</version>
559556
<configuration combine.children="append">
560557
<argLine>-Xmx2g -Xms1g -Dfile.encoding=UTF-8</argLine>
561-
<excludes>
562-
<exclude>${tests.to.exclude}</exclude>
563-
</excludes>
564558
</configuration>
565559
<!-- <excludes> <exclude>**/itest/**</exclude> </excludes> <executions>
566560
<execution> <id>surefire-itest</id> <phase>integration-test</phase> <goals>

0 commit comments

Comments
 (0)