You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/08/07 12:49:24 UTC

[arrow] branch master updated: ARROW-2999: [Python] Disable ASV runs in Travis CI for now

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

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new b6e5653  ARROW-2999: [Python] Disable ASV runs in Travis CI for now
b6e5653 is described below

commit b6e56537169a9eee0ec32e453b654a3fc6bbe1c9
Author: Wes McKinney <we...@apache.org>
AuthorDate: Tue Aug 7 08:49:19 2018 -0400

    ARROW-2999: [Python] Disable ASV runs in Travis CI for now
    
    I am doing this partially to assess the impact on CI runtime
    
    Author: Wes McKinney <we...@apache.org>
    
    Closes #2383 from wesm/ARROW-2999 and squashes the following commits:
    
    f6caca00 <Wes McKinney> Disable ASV runs in Travis CI for now
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a1f5699..6ecce82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,11 +56,12 @@ matrix:
     - ARROW_TRAVIS_ORC=1
     - ARROW_TRAVIS_CLANG_FORMAT=1
     - ARROW_TRAVIS_COVERAGE=1
-    - ARROW_TRAVIS_PYTHON_BENCHMARKS=1
     - ARROW_TRAVIS_PYTHON_DOCS=1
     - ARROW_BUILD_WARNING_LEVEL=CHECKIN
     - ARROW_TRAVIS_PYTHON_JVM=1
     - ARROW_TRAVIS_JAVA_BUILD_ONLY=1
+    # ARROW-2999 Benchmarks are disabled in Travis CI for the time being
+    # - ARROW_TRAVIS_PYTHON_BENCHMARKS=1
     - CC="clang-6.0"
     - CXX="clang++-6.0"
     before_script: