Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce flags for speeding up test execution with "kind" #858

Merged
merged 5 commits into from
Sep 25, 2024

Conversation

SaaldjorMike
Copy link
Member

No description provided.

@SaaldjorMike SaaldjorMike force-pushed the mike/dummy_without_certmanager branch 3 times, most recently from 7ab6904 to 63f70b3 Compare September 24, 2024 15:24
…ution and skip downloading binaries if already present

USE_CERTMANAGER (default="true") can be set to "false" to disable
cert-manager installation to speed up test execution.

PRESERVE_KIND_CLUSTER (default="false") can be set to "true" to keep the
kind cluster around after test execution so that the consecutive runs
will reuse the kind cluster and existing helm installs.
This also fixes a bunch of test cases where tests didn't properly clean
up, causing conflicts on consecutive test runs.
@SaaldjorMike SaaldjorMike marked this pull request as ready for review September 24, 2024 16:58
@SaaldjorMike SaaldjorMike requested a review from a team as a code owner September 24, 2024 16:58
@SaaldjorMike SaaldjorMike merged commit e7f6683 into master Sep 25, 2024
26 checks passed
@SaaldjorMike SaaldjorMike deleted the mike/dummy_without_certmanager branch September 25, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants