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

Add 1.30 Vsphere E2E tests #8136

Merged
merged 1 commit into from May 13, 2024
Merged

Conversation

rahulbabu95
Copy link
Member

@rahulbabu95 rahulbabu95 commented May 10, 2024

Issue #, if available:
Add E2E tests for Vsphere provider for new K8s version 1.30.

Description of changes:

Testing (if applicable):
Ran all the 1.30 quick tests against my local branch and these are the results . Out of three failures 2 BR tests fail because of the disk size validation which should be fixed once the templates are fixed in CI. The TestVSphereKubernetes129To130StackedEtcdRedHatUpgrade test failed with template /SDDC-Datacenter/vm/Templates/kubernetes-1-29-eks-10-redhat is missing tag eksdRelease:kubernetes-1-30-eks-3 which can be considered a flake because of a random race condition that happens in our controller when the template in Machine Config is updated but not actually reflected when the validations are being checked on the cluster object. The other TestVSphereKubernetes129To130RedHatUpgrade test passes which ensures that it is not related to any newly added framework function as they are being used by both the tests.

Documentation added/planned (if applicable):

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@eks-distro-bot eks-distro-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label May 10, 2024
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.40%. Comparing base (8dabd4d) to head (10a7a47).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8136   +/-   ##
=======================================
  Coverage   73.40%   73.40%           
=======================================
  Files         577      577           
  Lines       35900    35900           
=======================================
  Hits        26352    26352           
  Misses       7882     7882           
  Partials     1666     1666           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Rahul Ganesh <rahulgab@amazon.com>
@d8660091
Copy link
Member

/lgtm

@rahulbabu95
Copy link
Member Author

/approve

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rahulbabu95

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eks-distro-bot eks-distro-bot merged commit fecf180 into aws:main May 13, 2024
9 checks passed
@rahulbabu95 rahulbabu95 deleted the 1-30/add-e2e-vsphere branch May 13, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants