mongodb / mongodb-atlas-kubernetes

MongoDB Atlas Kubernetes Operator - Manage your MongoDB Atlas clusters from Kubernetes
http://www.mongodb.com/cloud/atlas
Apache License 2.0
152 stars 78 forks source link

CLOUDP-280230: Replace launcher with contract helper #1912

Closed josvazg closed 2 days ago

josvazg commented 3 days ago

Simplify contract testing:

Note: Using make locally, the contract tests launch kind with them. On the CI, this is not needed because the workflow launched kindalready before running the tests, so we use an existing env var in the launch script to avoid launching kind again.

All Submissions:

github-actions[bot] commented 3 days ago

https://app.codecov.io/github/mongodb/mongodb-atlas-kubernetes/commit/c7b2de002b02e921911b90f672e7380a682bf91e

josvazg commented 3 days ago

CLOUDP-280230