-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
What would you like added?
I would like to be able to collect the build logs, which show up in the GHA UI, in the pods standard out. This would allow me to store the build logs in my own logging solution.
It would be fine if this was achieved through catting out the build log at the end of the runner's lifecycle, or with a unique format compared to the runner's own internal logging.
I scanned through the helm chart looking for some way to achieve this but was unable to find anything that would make the build logs available to me.
Why is this needed?
The GHA UI for accessing build logs can be clunky and more difficult for us to query against than our standard logging solution for our Kubernetes clusters.
Additional context
It seems typical for CICD solutions to allow build log storage through custom logging solutions through standard out.