-
Notifications
You must be signed in to change notification settings - Fork 345
Description
Describe the Feature You Want
Ability to have tilt ci
log output for each stage to a file and save as an artefact
Current Behavior
tilt ci
will just log to a console
Why Do You Want This?
We are using Tilt for our integration tests and system tests, and we love how we have a consistent build across developers working locally, as well as how the tests run in the CI. We have roughly ten apps, all of which are quite verbose in their logging. We find debugging within the pipeline quite challenging, and the logs are too large for GitLab, which often results in slow page loading. It would be great to have these logs saved in separate text files and be able to view them as an artefact as needed, or maybe even save them as an HTML page similar to how the local UI looks for even easier viewing
Additional context
Add any other context or screenshots about the feature request here.