-
Notifications
You must be signed in to change notification settings - Fork 592
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
dt/rbac_upgrade: Upgrade to head version instead of a specific 24.x #18055
dt/rbac_upgrade: Upgrade to head version instead of a specific 24.x #18055
Conversation
/ci-repeat 1 |
new failures in https://buildkite.com/redpanda/redpanda/builds/48222#018f1163-4abe-4945-8737-339f325e9de5:
new failures in https://buildkite.com/redpanda/redpanda/builds/48222#018f116a-8e67-4325-a009-db75f0d00cce:
|
The intent of this test is to show that upgrading from a non-RBAC supporting version to an RBAC supporting build creates the Users role. Previously, we would install v24.1.x explicitly. This broke because we have tagged v24.2.0-dev (which bumps the head version) but have NOT yet tagged v24.1.1 (so 24.1 doesn't appear in released_versions). Simplest solution here is to upgrade directly to head version from a non-RBAC supporting version, which should have the same effect functionally but is more general. Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
7083554
to
dd763ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need changing back to v24.1.1 once it's released?
I don't think so. As long as the initial version is <24 (it's fixed to 23.3.something) the effect should be the same. I think the issue here is that v24.1 is now less than the current head version (24.2-dev). After we tag 24.1.1 we could pin the test back to 24.1, but I can't think of a reason to do so |
CI Failure: |
The intent of this test is to show that upgrading from a non-RBAC
supporting version to an RBAC supporting build creates the Users
role.
Previously, we would install v24.1.x explicitly. This broke because
we have tagged v24.2.0-dev (which bumps the head version) but have
NOT yet tagged v24.1.1 (so 24.1 doesn't appear in released_versions).
Simplest solution here is to upgrade directly to head version from
a non-RBAC supporting version, which should have the same effect
functionally but is more general.
Fixes CORE-2629
Backports Required
Release Notes