Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Archery] Suppress pull/push progress logs #44667

Closed
kou opened this issue Nov 7, 2024 · 1 comment
Closed

[Archery] Suppress pull/push progress logs #44667

kou opened this issue Nov 7, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Nov 7, 2024

Describe the enhancement requested

They are useless and noisy in CI log.

For example: https://github.com/ursacomputing/crossbow/actions/runs/11712683518/job/32623909860#step:7:55

 53  DEBUG:archery:Executing `['docker', 'compose', '--file=/home/runner/work/crossbow/crossbow/arrow/docker-compose.yml', 'pull', '--ignore-pull-failures', 'python-wheel-manylinux-2014']`
 54   python-wheel-manylinux-2014 Pulling 
 55   2d473b07cdd5 Pulling fs layer 
...
802   8e8a019736ff Extracting [==================================================>]  52.55MB/52.55MB
803   8e8a019736ff Pull complete 
804   python-wheel-manylinux-2014 Pulled 

Component(s)

Archery

kou added a commit to kou/arrow that referenced this issue Nov 7, 2024
assignUser pushed a commit that referenced this issue Nov 8, 2024
### Rationale for this change

They are useless and noisy in CI log.

### What changes are included in this PR?

Add the `--quiet` option to `docker pull`/`docker push`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #44667

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
@assignUser assignUser added this to the 19.0.0 milestone Nov 8, 2024
@assignUser
Copy link
Member

Issue resolved by pull request 44669
#44669

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants