You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description (if applicable)
When run phases that are built on top of GenericContainer executor with airship container as a back end, containers are never deleted.
At the time of implementation, this was intentionally left on the user to do, because of the simplified debugging. However now we need to make sure that there are no leftovers are running the container.
Proposed change
Add RmContainer() in the deferred function that runs the containers
Remove log message related to getting logs from the container, as the logs are printed to stderr anyway.
Potential impacts
It would be harder to debug in cased of failed containers.
The text was updated successfully, but these errors were encountered:
Problem description (if applicable)
When run phases that are built on top of GenericContainer executor with airship container as a back end, containers are never deleted.
At the time of implementation, this was intentionally left on the user to do, because of the simplified debugging. However now we need to make sure that there are no leftovers are running the container.
Proposed change
Potential impacts
It would be harder to debug in cased of failed containers.
The text was updated successfully, but these errors were encountered: