-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Added workflows for running e2e checks on the latest version #83
Conversation
fix: initial test workflow
Codecov ReportPatch and project coverage have no change.
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
=======================================
Coverage 27.88% 27.88%
=======================================
Files 13 13
Lines 1922 1922
=======================================
Hits 536 536
Misses 1386 1386 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Summary
The PR is addressing the end to end tests for the
eksupgrade
utility for three base versions. The PR includes the tests below:No Upgrade
if the target version is the same as current eks versionaddon upgrade
for a target version matching the currently deployed cluster versionpreflight checks
for the next version of the eks control plane.upgrade
for the next version of the eks control plane.The inputs are controlled to use three EKS clusters of versions
1.22
,1.23
and1.24
.Workflow options:
eksctl
to create clusters with Managed Node groups.eksupgrade_version
: set to latest by default; allows to test against the pypi version or the trunk based code.trigger_tests
: Choice of true or false to trigger cluster creation and running tests.trigger_destroy
: Choice of destroying active test clusters and be used as post step after tests when selected in conjunction withtrigger_tests
as true.❗
Resolves: #72
Changes
Provides the team maintaining the codebase to test the workflows against the latest version of
eksupgrade
or the latest code inmain
.User experience
No changes to the end user.
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.