You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2017/12/20 05:47:47 UTC

zeppelin git commit: [MINOR] Remove r from zeppelin-web test

Repository: zeppelin
Updated Branches:
  refs/heads/master 888a05d1e -> ed4680033


[MINOR] Remove r from zeppelin-web test

### What is this PR for?
Reducing test time to remove unused dependencies from some profile. We will reduce whole test time by removing some unused packages.

### What type of PR is it?
[Improvement]

### Todos
* [x] - Remove R related packages from some profiles

### What is the Jira issue?
* MINOR

### How should this be tested?
* Check the CI

### Screenshots (if appropriate)
Before:
![image](https://user-images.githubusercontent.com/3612566/34191013-676b2958-e587-11e7-8e05-b6bd0df40ede.png)

After:
![image](https://user-images.githubusercontent.com/3612566/34191029-73619760-e587-11e7-926d-cfc0040d95e5.png)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jongyoul Lee <jo...@gmail.com>

Closes #2710 from jongyoul/minor/remove-unused-r-in-ci and squashes the following commits:

64d765cd [Jongyoul Lee] Removed r from zeppelin-web test


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/ed468003
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/ed468003
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/ed468003

Branch: refs/heads/master
Commit: ed468003323b984b0249d40d88c2378cc65950de
Parents: 888a05d
Author: Jongyoul Lee <jo...@gmail.com>
Authored: Mon Dec 18 19:06:47 2017 +0900
Committer: Jongyoul Lee <jo...@apache.org>
Committed: Wed Dec 20 14:47:41 2017 +0900

----------------------------------------------------------------------
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ed468003/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 4495aa4..7db41bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,11 +56,8 @@ matrix:
       env: PYTHON="2" 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"
       addons:
         apt:
-          sources:
-          - r-packages-trusty
           packages:
           - google-chrome-stable
-          - r-base-dev
 
     # Test core modules
     # Several tests were excluded from this configuration due to the following issues: