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

chore: upgrade k8s for CI, only keeping supported versions #1657

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

metacosm
Copy link
Collaborator

No description provided.

@metacosm metacosm self-assigned this Dec 13, 2022
@metacosm metacosm requested a review from csviri December 13, 2022 11:45
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@metacosm metacosm marked this pull request as draft December 13, 2022 13:25
@metacosm
Copy link
Collaborator Author

Looks like the Minikube action (or possibly Minikube itself) is not yet compatible with 1.26.

@github-actions
Copy link

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.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 12, 2023
@github-actions
Copy link

This PR was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this Feb 26, 2023
@metacosm metacosm reopened this Feb 26, 2023
@github-actions github-actions bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 27, 2023
@github-actions
Copy link

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.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 29, 2023
@metacosm metacosm removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 29, 2023
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 15, 2023
@github-actions
Copy link

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.

@github-actions github-actions bot added the stale label Aug 15, 2023
@openshift-ci openshift-ci bot added lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. and removed stale labels Aug 16, 2023
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 25, 2023
@csviri csviri marked this pull request as ready for review August 25, 2023 11:10
@openshift-ci openshift-ci bot requested review from adam-sandor and andreaTP August 25, 2023 11:10
@csviri csviri self-assigned this Aug 25, 2023
@csviri
Copy link
Collaborator

csviri commented Aug 25, 2023

updated to most recent supported versions

@metacosm metacosm removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 25, 2023
@@ -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' ]
Copy link
Collaborator Author

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?

Copy link
Collaborator

@csviri csviri Aug 25, 2023

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?

Copy link
Collaborator Author

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?

Copy link
Collaborator

@csviri csviri Aug 25, 2023

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?

@metacosm metacosm changed the title chore: upgrade k8s versions for CI, remove 1.22, add 1.26 chore: upgrade k8s for CI, only keeping supported versions Aug 25, 2023
@metacosm metacosm force-pushed the upgrade-k8s-ci branch 2 times, most recently from 324382c to 62d8f24 Compare September 4, 2023 07:51
@metacosm metacosm merged commit 4983b30 into main Sep 4, 2023
@metacosm metacosm deleted the upgrade-k8s-ci branch September 4, 2023 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants