buildkite-plugins / docker-compose-buildkite-plugin

🐳⚡️ Run build scripts, and build + push images, w/ Docker Compose
MIT License
172 stars 139 forks source link

Introduce quiet-pull to avoid huge amount of junk logs get printed as CI logs #387

Closed Songyu-Wang closed 1 year ago

Songyu-Wang commented 1 year ago

I currently have a buildkite pipeline that generates 30mb to 60mb logs because this plugin prints out everything from docker-compose.

This is actually the first time I am touching this codebase. All I did was pattern matching. Obviously, I don't have a buildkite account that I can freely install plugins on to test my code, so please double-check if I made any mistakes.

Also, this is just me trying this out and see if I can actually get the logs reduced. If this works, I may come back and implement this for all other possible commands. TBD.

Songyu-Wang commented 1 year ago

Sorry for the ping. It seems like you are one of the admins for the repo. Just wanna bring this to your attention. Thanks! @pzeballos

pzeballos commented 1 year ago

No problem @Songyu-Wang! Thanks for your contributions! We'll check this out as soon as possible 🙏🏻

Songyu-Wang commented 1 year ago

@toote Thanks!