-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ST] Fix detecting kind in systemtests #9504
Conversation
Signed-off-by: jkalinic <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@strimzi-ci run tests --cluster-type=ocp --cluster-version=4.14 --profile=all --testcase=ConnectST |
|
✔️ Test Summary ✔️TEST_PROFILE: all |
Type of change
Description
This PR is just a small fix to correctly detect the kind cluster type only when kind cluster is present and then act accordingly when running STs. This change should avoid selecting kind during STs run - when no kind cluster was available and tester was on different cluster type.
Checklist