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

automate kindest/node versions #4798

Merged
merged 9 commits into from Dec 15, 2023
Merged

Conversation

j1m-ryan
Copy link
Member

@j1m-ryan j1m-ryan commented Dec 14, 2023

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.

image

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.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@j1m-ryan j1m-ryan requested a review from a team as a code owner December 14, 2023 12:04
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e88a4f2) 52.01% compared to head (4f33cdb) 52.01%.

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jjngx jjngx left a comment

Choose a reason for hiding this comment

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

👍🏻

@jjngx jjngx requested a review from a team December 14, 2023 14:42
@j1m-ryan j1m-ryan changed the title [draft] automate kindest/node versions automate kindest/node versions Dec 15, 2023
@vepatel
Copy link
Contributor

vepatel commented Dec 15, 2023

@jimf5 is it possible to run latest main and PRs on 1.29.0 now that its available and switching the logic from using tests/dockerfile to this one?

@j1m-ryan
Copy link
Member Author

yeah i can change the logic for not scheduled commits, will do that now

@j1m-ryan
Copy link
Member Author

@vepatel its getting the kindest latest version for non scheduled runs also now, and seems to have passed all of them on 1.29.0

@j1m-ryan j1m-ryan merged commit ff9c6b8 into main Dec 15, 2023
73 checks passed
@j1m-ryan j1m-ryan deleted the refactor/automate-kindest-node-versions branch December 15, 2023 14:46
j1m-ryan added a commit to j1m-ryan/kubernetes-ingress that referenced this pull request Dec 18, 2023
* 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
j1m-ryan added a commit that referenced this pull request Dec 18, 2023
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

None yet

3 participants