uselagoon / remote-controller

A group of controllers for handling Lagoon builds and tasks in Kubernetes or Openshift
5 stars 1 forks source link

chore: make sure builds use the build resource uid #213

Closed shreddedbacon closed 1 year ago

shreddedbacon commented 1 year ago

Checklist

Currently builds will switch between using the build resource uuid and the build pod uuid as the remoteId that lagoon uses to display logs, but not on purpose. This can cause some logs to be lost when recalled as the remoteId changes during a build from one to another.

This PR fixes it by ensuring that all logs use the uuid of the build resource.