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

Run E2E/integration tests against all supported Kubernetes versions #795

Open
1 task
czeslavo opened this issue Oct 24, 2024 · 1 comment
Open
1 task
Milestone

Comments

@czeslavo
Copy link
Contributor

Problem Statement

Currently, in KGO integration and E2E tests, we neither pin to a Kubernetes version nor run a test suite against all supported Kubernetes versions.

This issue aims to make some of our tests run against all of the Kubernetes versions we claim to support (as of now we claim to support all versions with maintenance support in the upstream).

Proposed Solution

Add a test_dependencies.yaml file (similar to the ingress controller's) and run a nightly suite against all the supported Kubernetes versions.

Acceptance Criteria

  • A nightly test suite (integration and E2E) is run against all supported Kubernetes versions
@czeslavo czeslavo assigned czeslavo and unassigned czeslavo Oct 24, 2024
@czeslavo czeslavo added this to the KGO v1.5.x milestone Oct 24, 2024
@pmalek
Copy link
Member

pmalek commented Oct 25, 2024

It seems that we already had an intention of doing this a while ago: #194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants