mongodb-labs / drivers-atlas-testing

Drivers Atlas Testing
Apache License 2.0
8 stars 27 forks source link

DRIVERS-2424 Fix and re-enable Kind logs download. #153

Closed matthewdale closed 2 years ago

matthewdale commented 2 years ago

Evergreen "cleans up" processes and Docker state changes between tasks, so all commands that depend on those processes or Docker state changes must be run in the same task. From the Evergreen CI repo wiki:

[B]y default, processes and Docker state changes (e.g. containers, images, volumes) are cleaned up between each task's execution.

Run all functions that create, modify, or otherwise rely on the Kind cluster in the same task.