Skip to content

Commit 98559fe

Browse files
authored
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 <kou@clear-code.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
1 parent c13275e commit 98559fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,6 +1891,7 @@ services:
18911891
CMAKE_GENERATOR: Ninja
18921892
DEBIAN_FRONTEND: "noninteractive"
18931893
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
1894+
GITHUB_ACTIONS:
18941895
TEST_APT: 0 # would require docker-in-docker
18951896
TEST_YUM: 0
18961897
USE_CONDA: 1
@@ -1922,6 +1923,7 @@ services:
19221923
environment:
19231924
<<: *ccache
19241925
CMAKE_GENERATOR: Ninja
1926+
GITHUB_ACTIONS:
19251927
TEST_APT: 0 # would require docker-in-docker
19261928
TEST_YUM: 0
19271929
command: >
@@ -1950,6 +1952,7 @@ services:
19501952
environment:
19511953
<<: *ccache
19521954
CMAKE_GENERATOR: Ninja
1955+
GITHUB_ACTIONS:
19531956
TEST_APT: 0 # would require docker-in-docker
19541957
TEST_YUM: 0
19551958
command: >

0 commit comments

Comments
 (0)