You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by as...@apache.org on 2023/06/13 03:31:41 UTC

[arrow] branch main updated: GH-36023: [CI][Ruby][Release] Suppress meaningless progress log from verify-rc-ruby (#36024)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 98559fe057 GH-36023: [CI][Ruby][Release] Suppress meaningless progress log from verify-rc-ruby (#36024)
98559fe057 is described below

commit 98559fe057c75fae235c32799a0aac24b587aa52
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Tue Jun 13 12:31:33 2023 +0900

    GH-36023: [CI][Ruby][Release] Suppress meaningless progress log from verify-rc-ruby (#36024)
    
    ### Rationale for this change
    
    GLib/Ruby tests show progress log by default:
    
    https://github.com/ursacomputing/crossbow/actions/runs/5230026234/jobs/9443353956#step:6:10172
    
    ```text
    |
    /
    -
    \
    |
    /
    -
    \
    |
    ```
    
    It's useful on local run but meaningless on CI.
    
    ### What changes are included in this PR?
    
    Pass through `GITHUB_ACTIONS` environment variable because the testing frame that is used by GLib/Ruby tests suppress the progress log with `GITHUB_ACTIONS=true` automatically.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #36023
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Jacob Wujciak-Jens <ja...@wujciak.de>
---
 docker-compose.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index bbda6e94ec..24f4a45524 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1891,6 +1891,7 @@ services:
       CMAKE_GENERATOR: Ninja
       DEBIAN_FRONTEND: "noninteractive"
       DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
+      GITHUB_ACTIONS:
       TEST_APT: 0  # would require docker-in-docker
       TEST_YUM: 0
       USE_CONDA: 1
@@ -1922,6 +1923,7 @@ services:
     environment:
       <<: *ccache
       CMAKE_GENERATOR: Ninja
+      GITHUB_ACTIONS:
       TEST_APT: 0  # would require docker-in-docker
       TEST_YUM: 0
     command: >
@@ -1950,6 +1952,7 @@ services:
     environment:
       <<: *ccache
       CMAKE_GENERATOR: Ninja
+      GITHUB_ACTIONS:
       TEST_APT: 0  # would require docker-in-docker
       TEST_YUM: 0
     command: >