add configuration option for output limit
The default output limit is too short for us (1MB).
Would it be possible to specify a higher value in a configuration file, e.g. config.toml?
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Maintainer
I guess that this is related to https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/13. Maybe you can prepare such change?
- Kamil Trzcińśki Added improvement label
Added improvement label
- Author
Yes, it's the MaxTraceOutputSize in common/consts.go.
Not sure I can dedicate time for this soon, though.
Hello,
my merge request is implementing this too.
The 2nd patch of the merge request correct trouble you have is your runner reach the MaxTraceOutputSize limit. (runner is sleeping as we stop reading it's output).
Have a nice day.
-- Olivier
Thanks very much!
I'd like to try it out but got stuck when tried to build the runner from sources. I opened #23 (closed) for this. I have to add that I am totally new to the world of go.
Hi,
I have add a comment on the issue #23 (closed). My merge request is not included at this time of writing. You could try the version at https://gitlab.com/PuckCh/gitlab-ci-multi-runner in the mean time.
HTH.
Have a nice day.
-- Olivier
Yeah, that's what I am trying to build. Thanks for the hints, I give it a try again.
- Kamil Trzcińśki Milestone changed to v0.4.0
Milestone changed to v0.4.0
- Maintainer
It's done in latest development release
- Kamil Trzcińśki Status changed to closed
Status changed to closed