Skip to content

Commit

Permalink
Merge pull request #18055 from oleiman/ci/core-2629/upgrade-user-role
Browse files Browse the repository at this point in the history
dt/rbac_upgrade: Upgrade to head version instead of a specific 24.x
  • Loading branch information
piyushredpanda authored Apr 24, 2024
2 parents 16200c4 + dd763ce commit 8a59824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/rptest/tests/rbac_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def test_rbac_migration(self):
self.admin.create_user("bob")

# Update all nodes to newest version
self.installer.install(self.redpanda.nodes, (24, 1))
self.installer.install(self.redpanda.nodes,
self.installer.head_version())
self.redpanda.restart_nodes(self.redpanda.nodes)
_ = wait_for_num_versions(self.redpanda, 1)

Expand Down

0 comments on commit 8a59824

Please sign in to comment.