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

Replace Terroform to CAPL provider for E2E testing #201

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mhmxs
Copy link
Contributor

@mhmxs mhmxs commented Apr 11, 2024

Terraform provider of Linode has been deprecated. This change replaces Terraform to Linode CAPI provider.

Fixes: #165

Currently e2e tests are failing, the reason is under investigation, but the cluster infra looks good.

General:

  • Have you removed all sensitive information, including but not limited to access keys and passwords?
  • Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?

Pull Request Guidelines:

  1. Does your submission pass tests?
  2. Have you added tests?
  3. Are you addressing a single feature in this PR?
  4. Are your commits atomic, addressing one change per commit?
  5. Are you following the conventions of the language?
  6. Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. Have you explained your rationale for why this feature is needed?
  8. Have you linked your PR to an open issue

@mhmxs mhmxs force-pushed the terraform-2-capl branch 2 times, most recently from 973d81e to c95c741 Compare April 12, 2024 07:00
@mhmxs mhmxs marked this pull request as ready for review April 12, 2024 07:12
@mhmxs mhmxs added the on-hold label Apr 12, 2024
@mhmxs mhmxs force-pushed the terraform-2-capl branch 5 times, most recently from 473babb to dbbc66c Compare April 15, 2024 10:49
e2e/test/ccm_suite_test.go Outdated Show resolved Hide resolved
@mhmxs mhmxs force-pushed the terraform-2-capl branch 3 times, most recently from bcb1370 to 4c7159e Compare April 15, 2024 11:46
Expect(err).NotTo(HaveOccurred())
Expect(len(workers)).Should(BeNumerically(">=", 2))
Expect(workers).Should(HaveLen(2))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Without his change, we can't guarantee the correctness of scaling test.

e2e/Makefile Outdated Show resolved Hide resolved
@mhmxs mhmxs removed the on-hold label Apr 24, 2024
@mhmxs mhmxs requested a review from eljohnson92 April 24, 2024 03:51
@mhmxs mhmxs requested a review from eljohnson92 April 26, 2024 02:39
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.

Replacing Terraform to Linode CAPI provider
3 participants