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

Use only one K8S version in CI #606

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Use only one K8S version in CI #606

merged 1 commit into from
Sep 25, 2024

Conversation

frouioui
Copy link
Member

This PR is a quick fix to how we run our CI test on buildkite, it has become harder to run CI since #597 was merged: we had 3 times more workflows running, significantly increasing the total runtime of our CI and also increasing the likelihood of having workflows fail due to flakiness.

This PR removes the matrix introduced by #597 and rely on the default K8S version defined in tools/test.env.

Signed-off-by: Florent Poinsard <[email protected]>
@frouioui frouioui requested review from mattlord and deepthi and removed request for mattlord September 25, 2024 17:12
Copy link
Collaborator

@mattlord mattlord left a comment

Choose a reason for hiding this comment

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

Just noting for anyone else that we're now only using the latest version previously included in the matrix, 1.31.0, which is set here:

export KIND_VERSION="kindest/node:v${K8S_VERSION:-1.31.0}"

@frouioui frouioui merged commit e4992b7 into main Sep 25, 2024
11 checks passed
@frouioui frouioui deleted the single-k8s-version-ci branch September 25, 2024 20:59
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.

3 participants