You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/08/19 01:04:34 UTC

[incubator-pinot] branch hotfix-minmax updated: Retire travis from CI for testing (#5834)

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch hotfix-minmax
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/hotfix-minmax by this push:
     new adf50fe  Retire travis from CI for testing (#5834)
adf50fe is described below

commit adf50fedc8210acd817ab5f7fce39364534797cd
Author: Xiang Fu <fx...@gmail.com>
AuthorDate: Sun Aug 9 03:37:09 2020 -0700

    Retire travis from CI for testing (#5834)
---
 .travis.yml | 58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index da44855..6f26380 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,35 +35,35 @@ stages:
 
 jobs:
   include:
-    - name: "Integration Tests - OracleJDK 8"
-      jdk: oraclejdk8
-      script:
-        - ./.travis/.travis_test.sh
-      env:
-        - RUN_INTEGRATION_TESTS=true
-    - name: "Unit Tests - OracleJDK 8"
-      jdk: oraclejdk8
-      script:
-        - ./.travis/.travis_test.sh
-      env:
-        - RUN_INTEGRATION_TESTS=false
-    - name: "QuickStart - Java 8 & OpenJDK 14-15"
-      jdk: oraclejdk8
-      script:
-        - ./.travis/.travis_quickstart.sh
-        - jdk_switcher use openjdk8
-        - ./.travis/.travis_install.sh
-        - ./.travis/.travis_quickstart.sh
-        - ./.travis/.travis_quickstart_openjdk.sh 14
-        - ./.travis/.travis_quickstart_openjdk.sh 15
-    - name: "QuickStart - OpenJDK 10-13"
-      jdk: openjdk10
-      script:
-        - java -version
-        - ./.travis/.travis_quickstart.sh
-        - ./.travis/.travis_quickstart_openjdk.sh 11
-        - ./.travis/.travis_quickstart_openjdk.sh 12
-        - ./.travis/.travis_quickstart_openjdk.sh 13
+#    - name: "Integration Tests - OracleJDK 8"
+#      jdk: oraclejdk8
+#      script:
+#        - ./.travis/.travis_test.sh
+#      env:
+#        - RUN_INTEGRATION_TESTS=true
+#    - name: "Unit Tests - OracleJDK 8"
+#      jdk: oraclejdk8
+#      script:
+#        - ./.travis/.travis_test.sh
+#      env:
+#        - RUN_INTEGRATION_TESTS=false
+#    - name: "QuickStart - Java 8 & OpenJDK 14-15"
+#      jdk: oraclejdk8
+#      script:
+#        - ./.travis/.travis_quickstart.sh
+#        - jdk_switcher use openjdk8
+#        - ./.travis/.travis_install.sh
+#        - ./.travis/.travis_quickstart.sh
+#        - ./.travis/.travis_quickstart_openjdk.sh 14
+#        - ./.travis/.travis_quickstart_openjdk.sh 15
+#    - name: "QuickStart - OpenJDK 10-13"
+#      jdk: openjdk10
+#      script:
+#        - java -version
+#        - ./.travis/.travis_quickstart.sh
+#        - ./.travis/.travis_quickstart_openjdk.sh 11
+#        - ./.travis/.travis_quickstart_openjdk.sh 12
+#        - ./.travis/.travis_quickstart_openjdk.sh 13
     - stage: deploy
       script:
         - travis_wait 40 ./.travis/.travis_nightly_build.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org