Description
It would be nice to capture the build logs regardless of the gitlab-ci log line limit: https://gitlab.com/socallinuxexpo/scale-network/-/jobs/14156927616#L1998
Job's log exceeded limit of 4194304 bytes.
Job execution will continue but no more output will be collected.
gitlab-ci has the ability to upload artifacts from a build pipeline so that could be useful. I dont have a good idea of how we want to do this but it would helpful during troubleshooting of test failures to have the intact logs
I believe a lot of this output is just duplicated because of how nom refreshes the terminal session. This issue seems to capture what were experiencing: maralorn/nix-output-monitor#147
AC
- build logs captured regardless of gitlab-ci limits
Description
It would be nice to capture the build logs regardless of the gitlab-ci log line limit: https://gitlab.com/socallinuxexpo/scale-network/-/jobs/14156927616#L1998
gitlab-ci has the ability to upload artifacts from a build pipeline so that could be useful. I dont have a good idea of how we want to do this but it would helpful during troubleshooting of test failures to have the intact logs
I believe a lot of this output is just duplicated because of how nom refreshes the terminal session. This issue seems to capture what were experiencing: maralorn/nix-output-monitor#147
AC