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

Revert Tinkerbell upgrade management components e2e test to use kube 1.28 #7617

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

cxbrowne1207
Copy link
Member

Issue #, if available:

Description of changes:
The test is trying to make a 1.29 cluster using the newest minor release, but that's not allowed yet. We can only do that after 1.29 is out, with version 0.19.0. Until then, the test needs to be set up for 1.28 instead. This goes for any test trying to set up a 1.29 cluster from the latest minor release.

This PR reverts it to use kube 1.28 instead

Testing (if applicable):

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
Copy link
Collaborator

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@eks-distro-bot eks-distro-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 16, 2024
@cxbrowne1207 cxbrowne1207 changed the title Revert tinkberll upgrade management components e2e test to use kube 1.28 Revert Tinkerbell upgrade management components e2e test to use kube 1.28 Feb 16, 2024
@cxbrowne1207 cxbrowne1207 marked this pull request as ready for review February 16, 2024 17:00
@cxbrowne1207
Copy link
Member Author

/approve

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cxbrowne1207

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

@@ -1623,7 +1623,7 @@ func TestTinkerbellSingleNode128To129UbuntuManagementCPUpgradeAPI(t *testing.T)
)
}

func TestTinkerbellKubernetes129UpgradeManagementComponents(t *testing.T) {
func TestTinkerbellKubernetes128UpgradeManagementComponents(t *testing.T) {
release := latestMinorRelease(t)
provider := framework.NewTinkerbell(t, framework.WithUbuntu129Tinkerbell())
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be 128 too right?

Copy link
Member Author

Choose a reason for hiding this comment

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

You are correct! Thanks

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4583834) 73.48% compared to head (b933cc6) 73.70%.
Report is 92 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7617      +/-   ##
==========================================
+ Coverage   73.48%   73.70%   +0.21%     
==========================================
  Files         579      588       +9     
  Lines       36357    37099     +742     
==========================================
+ Hits        26718    27344     +626     
- Misses       7875     7962      +87     
- Partials     1764     1793      +29     

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

@eks-distro-bot eks-distro-bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 16, 2024
@eks-distro-bot eks-distro-bot merged commit e07a5d9 into aws:main Feb 16, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants