This is an automated email from the ASF dual-hosted git repository. pdallig pushed a commit to branch test_refactoring in repository https://gitbox.apache.org/repos/asf/zeppelin.git
commit 879d87b138812658872ed3f502561a101eac3a50 Author: Philipp Dallig <[email protected]> AuthorDate: Thu Aug 27 16:11:35 2020 +0200 Only run mysql, if we need mysql for integration tests --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 858de29..3b19fe9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,9 +28,6 @@ cache: - zeppelin-web/node_modules - zeppelin-web/bower_components -services: - - mysql - env: global: # Interpreters does not required by zeppelin-server integration tests @@ -122,6 +119,8 @@ jobs: jdk: "openjdk8" dist: xenial env: BUILD_PLUGINS="true" PYTHON="3" SCALA_VER="2.11" PROFILE="-Pspark-2.4 -Pspark-scala-2.11 -Phadoop2 -Pintegration" R="true" BUILD_FLAG="install -DskipTests -DskipRat" TEST_FLAG="test -DskipRat" MODULES="-pl zeppelin-interpreter-integration,jdbc,zeppelin-web,spark/spark-dependencies,markdown -am" TEST_PROJECTS="-Dtest=JdbcIntegrationTest,org.apache.zeppelin.spark.*,org.apache.zeppelin.kotlin.* -DfailIfNoTests=false" + services: + - mysql - name: "Unit test of Spark 2.4 (Scala-2.12)" jdk: "openjdk8"
