Skip to content

Commit

Permalink
Revert back to 9 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbejeck committed Oct 1, 2024
1 parent 8546fa3 commit c7c36fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def perform_broker_upgrade(self, to_version):
node.version = KafkaVersion(to_version)
self.kafka.start_node(node)

@cluster(num_nodes=6)
@cluster(num_nodes=9)
@matrix(from_version=smoke_test_versions, bounce_type=["full", "rolling"], metadata_quorum=[quorum.combined_kraft])
def test_app_upgrade(self, from_version, bounce_type, metadata_quorum):
"""
Expand Down

0 comments on commit c7c36fb

Please sign in to comment.