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

Split the CI tests (matrix, smoke, etc.) into discrete cluster providers #89

Closed
rick-a-lane-ii opened this issue Mar 14, 2024 · 1 comment · Fixed by #94
Closed

Split the CI tests (matrix, smoke, etc.) into discrete cluster providers #89

rick-a-lane-ii opened this issue Mar 14, 2024 · 1 comment · Fixed by #94

Comments

@rick-a-lane-ii
Copy link
Collaborator

Several of the CI tests are combining various cluster providers into one matrix. The issue with this is that this is not how it would be used in practice. Different parameters are going to be used with different providers, and the CI testing needs to ensure that extraneous parameters are not required in all cases.

i.e. we shouldn't require (or include) GKE parameters when creating Kubeception clusters

It would be better to just remove the provider matrix (confusingly and inconsistently called "distribution") altogether, and just have individual tests for different providers.

@rick-a-lane-ii
Copy link
Collaborator Author

Also change all instances of "distribution" => "provider", which should be minimal after the tests are redone.

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 a pull request may close this issue.

1 participant