-
Notifications
You must be signed in to change notification settings - Fork 2k
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
automate kindest/node versions #4798
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4798 +/- ##
=======================================
Coverage 52.01% 52.01%
=======================================
Files 60 60
Lines 17313 17313
=======================================
Hits 9005 9005
Misses 7995 7995
Partials 313 313 ☔ 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.
👍🏻
@jimf5 is it possible to run latest |
yeah i can change the logic for not scheduled commits, will do that now |
@vepatel its getting the kindest latest version for non scheduled runs also now, and seems to have passed all of them on |
* automate kindest/node versions * fix typo * test github action * undo temporary test * exclude versions not in the form vX.Y.Z, eg alpha versions * update k8s_latest origin * trim the version from the start of the string
* automate kindest/node versions (#4798) * automate kindest/node versions * fix typo * test github action * undo temporary test * exclude versions not in the form vX.Y.Z, eg alpha versions * update k8s_latest origin * trim the version from the start of the string * skip pr for get id token step (#4813)
Proposed changes
#4771
Automate the
kindest/node
versions so the tests use the latest patches of the 7 latest minior versions from docker hub.At the time of writing, the
latest_kindest_node_versions
variable becomes this\"1.23.17\", \"1.24.15\", \"1.25.11\", \"1.26.6\", \"1.27.3\", \"1.28.0\", \"1.29.0\"
I briefly switched a condtion to test what nightly would look like. Below is the tests that run upon changing switching scheduler condition. Which I have now switched back.
I cancelled the run as its the nightly suite, but it appeared to be running fine, and getting the correct versions.
Checklist
Before creating a PR, run through this checklist and mark each as complete.