Skip to content

Commit

Permalink
Add cc with tuning also to testKafkaCCAndRebalanceWithMultipleCOs
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
  • Loading branch information
Frawless committed Jul 24, 2024
1 parent aa260ea commit 00fafc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ void testKafkaCCAndRebalanceWithMultipleCOs() {
KafkaNodePoolTemplates.controllerPool(testStorage.getNamespaceName(), testStorage.getControllerPoolName(), testStorage.getClusterName(), 3).build()
)
);
resourceManager.createResourceWithWait(KafkaTemplates.kafkaWithCruiseControl(testStorage.getClusterName(), 3, 3)
resourceManager.createResourceWithWait(KafkaTemplates.kafkaWithCruiseControlTunedForFastModelGeneration(testStorage.getClusterName(), 3, 3)
.editOrNewMetadata()
.addToLabels(FIRST_CO_SELECTOR)
.withNamespace(testStorage.getNamespaceName())
Expand Down

0 comments on commit 00fafc2

Please sign in to comment.