Skip to content

Commit

Permalink
[system test] Update Azure KRaft pipelines to run KRaft (#9557)
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <maros.orsak159@gmail.com>
  • Loading branch information
see-quick committed Jan 16, 2024
1 parent 35e1306 commit 3339543
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .azure/templates/jobs/system-tests/kraft_regression_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
profile: 'azp_kafka_oauth'
cluster_operator_install_type: 'bundle'
strimzi_feature_gates: ''
strimzi_use_kraft_in_tests: "true"
timeout: 360
releaseVersion: '${{ parameters.releaseVersion }}'
kafkaVersion: '${{ parameters.kafkaVersion }}'
Expand All @@ -29,6 +30,7 @@ jobs:
profile: 'azp_dynconfig_listeners_tracing_watcher'
cluster_operator_install_type: 'bundle'
strimzi_feature_gates: ''
strimzi_use_kraft_in_tests: "true"
timeout: 360
releaseVersion: '${{ parameters.releaseVersion }}'
kafkaVersion: '${{ parameters.kafkaVersion }}'
Expand All @@ -40,6 +42,7 @@ jobs:
profile: 'azp_operators'
cluster_operator_install_type: 'bundle'
strimzi_feature_gates: ''
strimzi_use_kraft_in_tests: "true"
timeout: 360
releaseVersion: '${{ parameters.releaseVersion }}'
kafkaVersion: '${{ parameters.kafkaVersion }}'
Expand All @@ -51,6 +54,7 @@ jobs:
profile: 'azp_rolling_update_bridge'
cluster_operator_install_type: 'bundle'
strimzi_feature_gates: ''
strimzi_use_kraft_in_tests: "true"
timeout: 360
releaseVersion: '${{ parameters.releaseVersion }}'
kafkaVersion: '${{ parameters.kafkaVersion }}'
Expand All @@ -62,6 +66,7 @@ jobs:
profile: 'azp_connect_mirrormaker'
cluster_operator_install_type: 'bundle'
strimzi_feature_gates: ''
strimzi_use_kraft_in_tests: "true"
timeout: 360
releaseVersion: '${{ parameters.releaseVersion }}'
kafkaVersion: '${{ parameters.kafkaVersion }}'
Expand All @@ -73,6 +78,7 @@ jobs:
profile: 'azp_remaining'
cluster_operator_install_type: 'bundle'
strimzi_feature_gates: ''
strimzi_use_kraft_in_tests: "true"
timeout: 360
releaseVersion: '${{ parameters.releaseVersion }}'
kafkaVersion: '${{ parameters.kafkaVersion }}'
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void testKafkaNodePoolFeatureGate(ExtensionContext extensionContext) {
final int kafkaReplicas = 3;

// as the only FG set in the CO is 'KafkaNodePools' (kraft not included) Broker role is the only one that kafka broker can take
setupClusterOperatorWithFeatureGate(extensionContext, "+KafkaNodePools");
setupClusterOperatorWithFeatureGate(extensionContext, "+KafkaNodePools,-UseKRaft");

LOGGER.info("Deploying Kafka Cluster: {}/{} controlled by KafkaNodePool: {}", testStorage.getNamespaceName(), testStorage.getClusterName(), testStorage.getKafkaNodePoolName());
final Kafka kafkaCr = KafkaTemplates.kafkaPersistent(testStorage.getClusterName(), kafkaReplicas, 3)
Expand Down

0 comments on commit 3339543

Please sign in to comment.