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 only in CI #44878

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

[Archery] Suppress pull/push progress logs only in CI #44878

kou opened this issue Nov 28, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Nov 28, 2024

Describe the enhancement requested

#44669 went overboard by always suppressing Docker progress output. This may be desirable on CI, to avoid flooding the logs, but is annoying when running archery docker locally.

Component(s)

Archery

pitrou added a commit that referenced this issue Nov 28, 2024
…n CI (#44865)

### Rationale for this change

#44669 went overboard by always suppressing Docker progress output. This may be desirable on CI, to avoid flooding the logs, but is annoying when running `archery docker` locally.

### What changes are included in this PR?

Only suppress Docker progress output if on CI.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes, this restores the previous behavior for non-CI runs.

* GitHub Issue: #44878

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
@pitrou
Copy link
Member

pitrou commented Nov 28, 2024

Issue resolved by pull request 44865
#44865

@pitrou pitrou added this to the 19.0.0 milestone Nov 28, 2024
@pitrou pitrou closed this as completed Nov 28, 2024
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