Environment variables for not outputting the terminal output of a cached task #33340
chabb
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've some unit tests that are emitting a lot of logs.
This unfortunately breaks STDOUT on gitlab when caching is used, I guess it's because 15'000 lines are outputted all at once, and the gitlab runner is not able to display the logs.
It would be nice to have a flag ( environment variables, or some options in the project.json ) that would disable logging for cached task ( after all, we know the result of a cached task ). This would unblock us
Beta Was this translation helpful? Give feedback.
All reactions