Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set STRIMZI_USE_KRAFT_IN_TESTS=true also for x86 on TF #9679

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions systemtest/tmt/tests/strimzi/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ environment:
CLUSTER_OPERATOR_INSTALL_TYPE: bundle
PARALLEL_TEST_COUNT: 2
RERUN_FAILED_TEST_COUNT: 2
# All tests on TF will use KRaft mode because ZK is not working reliably on it's infra
STRIMZI_USE_KRAFT_IN_TESTS: "true"
adjust:
- environment+:
EXCLUDED_TEST_GROUPS: "loadbalancer,arm64unsupported"
# All tests on TF will use KRaft mode because ZK is not working reliably on it's infra
STRIMZI_USE_KRAFT_IN_TESTS: "true"
when: arch == aarch64, arm64

/smoke:
Expand Down
Loading