-
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
Pass option for test_only properly #4579
Conversation
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
@strimzi-ci run tests profile=smoke test_only |
LGTM as fix. Thanks |
✔️ Test Summary ✔️TEST_PROFILE: smoke |
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
@strimzi-ci run tests profile=smoke test_only |
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
@strimzi-ci run tests profile=smoke test_only |
✔️ Test Summary ✔️TEST_PROFILE: smoke |
✔️ Test Summary ✔️TEST_PROFILE: smoke |
* Pass option for test_only properly Signed-off-by: Jakub Stejskal <xstejs24@gmail.com> * fixup! Pass option for test_only properly Signed-off-by: Jakub Stejskal <xstejs24@gmail.com> * fixup! fixup! Pass option for test_only properly Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
Signed-off-by: Jakub Stejskal xstejs24@gmail.com
Type of change
Description
test_only
is not reported properly in case of failure. Instead of a proper string, it adds to rerun cmd only true or false which is useless.