From edf32865661543ebe15355dec1baf40ae0a6e0ae Mon Sep 17 00:00:00 2001 From: Jakub Scholz Date: Tue, 2 Jul 2024 10:59:05 +0200 Subject: [PATCH] Fix Migration system test pipeline to not skip all tests Signed-off-by: Jakub Scholz --- .azure/templates/jobs/system-tests/migration_jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/templates/jobs/system-tests/migration_jobs.yaml b/.azure/templates/jobs/system-tests/migration_jobs.yaml index c8fe7743334..fa09a320a21 100644 --- a/.azure/templates/jobs/system-tests/migration_jobs.yaml +++ b/.azure/templates/jobs/system-tests/migration_jobs.yaml @@ -5,6 +5,7 @@ jobs: display_name: 'migration-bundle' profile: 'azp_migration' cluster_operator_install_type: 'bundle' + strimzi_use_kraft_in_tests: "true" timeout: 240 releaseVersion: '${{ parameters.releaseVersion }}' kafkaVersion: '${{ parameters.kafkaVersion }}'