chore(e2e): drop 1.31.0 e2e test matrix for v1.35.0#1905
Open
Svarrogh1337 wants to merge 3 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions E2E workflow’s Kubernetes version test matrix to align with the project’s current supported Kubernetes version range by dropping the oldest version and adding the newest.
Changes:
- Remove Kubernetes
v1.31.0from the E2E matrix. - Add Kubernetes
v1.35.0to the E2E matrix.
Signed-off-by: Hristo Hristov <me@hhristov.info>
1a31efe to
10a7be4
Compare
Signed-off-by: Hristo Hristov <me@hhristov.info>
| trace-e2e: kind | ||
| $(MAKE) docker-build-capsule-trace | ||
| $(KIND) build node-image $(KUBERNETES_SUPPORTED_VERSION) --image kindest/node:$(KUBERNETES_SUPPORTED_VERSION) | ||
| $(KIND) create cluster --wait=60s --image kindest/node:$(KUBERNETES_SUPPORTED_VERSION) --config hack/kind-cluster.yml |
| trace-e2e: kind | ||
| $(MAKE) docker-build-capsule-trace | ||
| $(KIND) build node-image $(KUBERNETES_SUPPORTED_VERSION) --image kindest/node:$(KUBERNETES_SUPPORTED_VERSION) | ||
| $(KIND) create cluster --wait=60s --image kindest/node:$(KUBERNETES_SUPPORTED_VERSION) --config hack/kind-cluster.yml |
| .PHONY: trace-e2e | ||
| trace-e2e: kind | ||
| $(MAKE) docker-build-capsule-trace | ||
| $(KIND) build node-image $(KUBERNETES_SUPPORTED_VERSION) --image kindest/node:$(KUBERNETES_SUPPORTED_VERSION) |
195e8ef to
615bf54
Compare
Signed-off-by: Hristo Hristov <me@hhristov.info>
615bf54 to
2852556
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore(e2e): drop 1.31.0 e2e test matrix for v1.36.0