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

remove CONTAINER_ORCHESTRATOR env var from acceptance tests #14541

Conversation

lmossman
Copy link
Contributor

@lmossman lmossman commented Jul 8, 2022

What

The ContainerOrchestratorAcceptanceTests were recently added in this PR: #13699

However, very quickly after merging I realized that it is redundant to use the CONTAINER_ORCHESTRATOR env variable in the acceptance test files, because we could just use the KUBE flag to achieve the same result (since all kube deploys now use container orchestrators).

How

This PR simply uses the KUBE flag to decide to run the container orchestrator tests instead.

@lmossman lmossman requested a review from davinchia July 8, 2022 16:32
@lmossman lmossman temporarily deployed to more-secrets July 8, 2022 16:32 Inactive
Copy link
Contributor

@davinchia davinchia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeap!

It's a small change. However all these little things add up over time. And this makes it much clearer.

I didn't get a chance to take a look at the previous PR, so thanks for following up today @lmossman !

@lmossman lmossman merged commit e1c2ca2 into master Jul 8, 2022
@lmossman lmossman deleted the lmossman/remove-container-orchestrator-acceptance-test-env-var branch July 8, 2022 18:38
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