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

Fix e2e due to a release of Redpanda v24 2 1 #179

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

RafalKorepta
Copy link
Contributor

In operator v1 there are few test cases that was doing a upgrade procedure of the Redpanda versions that at the time of PR was the latest matrix of supported platform versions. Now tests are failing in our nightly, because update was done from v22.3.22 to tip of the redpanda git repository of particular day. In the HEAD of redpanda repo there might be breaking changes to any component, so that upgrade path should always goes from one major platform version to another.

In this change the first version that is taken as the oldest is v23.2.29 which end of support is Jul 31, 2024. To not debate if it should be included or not I added it.

As something in the rpk redpanda start has changed starting from v23.3.X this change lower the Redpanda memory for few tests.

@RafalKorepta RafalKorepta requested a review from chrisseto as a code owner August 5, 2024 10:00
@RafalKorepta RafalKorepta merged commit ad65aaa into main Aug 6, 2024
4 checks passed
@RafalKorepta RafalKorepta deleted the rk/fix-e2e-due-to-24-2-1 branch August 6, 2024 22:15
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.

2 participants