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

fix: remove mutable default args in generate_machine_deployments_for_… #340

Closed
wants to merge 1 commit into from

Conversation

okozachenko1203
Copy link
Member

…cluster

fix #339

@mnaser
Copy link
Member

mnaser commented Mar 22, 2024

@okozachenko1203 please create functional tests to handle this.

The best idea to test the functional tests locally is by simply creating a kind cluster, then install capi/capo (use the scripts in hack/) and look at Jenkinsfile.

@okozachenko1203
Copy link
Member Author

@okozachenko1203 please create functional tests to handle this.

The best idea to test the functional tests locally is by simply creating a kind cluster, then install capi/capo (use the scripts in hack/) and look at Jenkinsfile.

I think the only functional test scenario for this issue is the cluster upgrade because generate_machine_deployments_for_cluster is only called when a cluster is created and upgraded.

let me add another step in hack/run-functional-tests.sh file for this upgrade scenario

@okozachenko1203
Copy link
Member Author

so the functional test steps will be as following;

  • create a cluster using kube_tag_old
  • do sonobuoy test
  • upgrade the cluster to kube_tag_new
  • do sonobuoy test

This will take very long time. what do you think if we just run sonobuoy smoke tests? it will speed up

@mnaser
Copy link
Member

mnaser commented Mar 22, 2024

@mnaser
Copy link
Member

mnaser commented Mar 28, 2024

Replaced by #349

@mnaser mnaser closed this Mar 28, 2024
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.

bug: failed to update cluster template
2 participants