Pass --quiet flag in build-in-devcontainer workflow#401
Pass --quiet flag in build-in-devcontainer workflow#401TomAugspurger wants to merge 1 commit intorapidsai:branch-25.08from
--quiet flag in build-in-devcontainer workflow#401Conversation
This passes the `--quiet` flag to the environment creation command, to avoid noisy output from progress bars like https://github.com/rapidsai/cudf/actions/runs/16429104215/job/46426604875?pr=19411#step:9:2240.
|
Do we want this? If so, is there a way to test it before merging? |
|
Hey @TomAugspurger -- I remember something about us trying to use the Overall, yes, I think getting rid of the weird unrolled progress bar would be great for our logs. In re: testing, someone on build engineering can push your commit to a non-fork branch of |
|
Here are the historical issues we had with enabling |
|
We were passing |
This passes the
--quietflag to the environment creation command, to avoid noisy output from progress bars like https://github.com/rapidsai/cudf/actions/runs/16429104215/job/46426604875?pr=19411#step:9:2240.