You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2018/07/14 21:25:16 UTC

[arrow] branch master updated: ARROW-2846: [Packaging] Update nightly build in crossbow as well as the sample configuration

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

kou 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 6a2d4e8  ARROW-2846: [Packaging] Update nightly build in crossbow as well as the sample configuration
6a2d4e8 is described below

commit 6a2d4e87568f709646d1b1c728c1de6cfdb0380c
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Sun Jul 15 06:25:02 2018 +0900

    ARROW-2846: [Packaging] Update nightly build in crossbow as well as the sample configuration
    
    Update my crossbow installation on branch `trigger-nightly-builds`
    
    First trigger with `--dry-run`: https://travis-ci.org/kszucs/crossbow/builds/403963231
    
    Author: Krisztián Szűcs <sz...@gmail.com>
    
    Closes #2267 from kszucs/ARROW-2846 and squashes the following commits:
    
    420886be [Krisztián Szűcs] update configuration for trigering nightly builds
---
 dev/tasks/nightlies.sample.yml | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/dev/tasks/nightlies.sample.yml b/dev/tasks/nightlies.sample.yml
index 7205bce..b15fa9c 100644
--- a/dev/tasks/nightlies.sample.yml
+++ b/dev/tasks/nightlies.sample.yml
@@ -72,20 +72,12 @@ script:
   - |
     if [ $TRAVIS_EVENT_TYPE = "cron" ]; then
       python arrow/dev/tasks/crossbow.py submit \
-        conda-linux \
-        conda-win \
-        conda-osx \
-        wheel-linux \
-        wheel-win \
-        wheel-osx \
-        linux-packages
+        -g conda \
+        -g wheel \
+        -g linux
     else
       python arrow/dev/tasks/crossbow.py submit --dry-run \
-        conda-linux \
-        conda-win \
-        conda-osx \
-        wheel-linux \
-        wheel-win \
-        wheel-osx \
-        linux-packages
+        -g conda \
+        -g wheel \
+        -g linux
     fi