-
Notifications
You must be signed in to change notification settings - Fork 218
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
chore: upgrade k8s for CI, only keeping supported versions #1657
Conversation
Kudos, SonarCloud Quality Gate passed! |
Looks like the Minikube action (or possibly Minikube itself) is not yet compatible with 1.26. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This PR was closed because it has been stalled for 10 days with no activity. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
updated to most recent supported versions |
@@ -35,20 +35,20 @@ jobs: | |||
strategy: | |||
matrix: | |||
java: [ 11, 17 ] | |||
kubernetes: [ 'v1.23.15', 'v1.24.9', 'v1.25.5' ] | |||
kubernetes: [ 'v1.25.13', 'v1.26.8', 'v1.27.5', 'v1.28.1' ] |
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.
So I guess we're dropping older versions completely?
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.
it's a good quesiton, before we said (if ai remember correctly, that we will test on supported versions only), but not sure we also say that we will support last n
major versions. That might be a better strategy in practice. What do you think?
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.
The problem is that this will increase the CI run time. We could test older versions on main maybe once a day instead of on each PR?
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.
Yeah, it's always a compromise, a shorter build is always better, maybe optimize that when we see that it is too long, not sure if it will be.
It depends also how much of those version we want to run, maybe always the last 6 major versions?
ee89caa
to
6c9e7b5
Compare
324382c
to
62d8f24
Compare
Signed-off-by: Chris Laprun <[email protected]>
62d8f24
to
f112066
Compare
No description provided.