-
Notifications
You must be signed in to change notification settings - Fork 82
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
[2.16.0] update the install type to cli instead of CLi #2145
[2.16.0] update the install type to cli instead of CLi #2145
Conversation
Signed-off-by: Kobi Hakimi <khakimi@redhat.com>
Quality Gate passedIssues Measures |
@@ -63,12 +63,12 @@ | |||
FAIL Provided test environment and install type is not supported | |||
END | |||
ELSE IF "${cluster_type}" == "managed" | |||
IF "${TEST_ENV}" in "${SUPPORTED_TEST_ENV}" and "${INSTALL_TYPE}" == "CLi" and "${UPDATE_CHANNEL}" == "odh-nightlies" | |||
IF "${TEST_ENV}" in "${SUPPORTED_TEST_ENV}" and "${INSTALL_TYPE}" == "Cli" and "${UPDATE_CHANNEL}" == "odh-nightlies" |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning
@@ -18,7 +18,7 @@ | |||
${SERVICE_MESH_OPERATOR_DEPLOYMENT_NAME} istio-operator | |||
${SERVICE_MESH_CR_NS} istio-system | |||
${SERVICE_MESH_CR_NAME} data-science-smcp | |||
${INSTALL_TYPE} CLi | |||
${INSTALL_TYPE} Cli |
Check notice
Code scanning / Robocop
Variable '{{ name }}' is assigned but not used Note test
@@ -19,7 +19,7 @@ | |||
${SERVICE_MESH_CR_NS} istio-system | |||
${SERVICE_MESH_CR_NAME} data-science-smcp | |||
${OLM_DIR} olm | |||
${INSTALL_TYPE} CLi | |||
${INSTALL_TYPE} Cli |
Check notice
Code scanning / Robocop
Variable '{{ name }}' is assigned but not used Note test
Robot Results
|
2939582
into
red-hat-data-services:releases/2.16.0
To make it easier to use the Install/Uninstall type which currently is CLi in part of the code and Cli in another part of the code.
changing it from CLi to Cli everywhere.
related to Jira ticket: RHOAIENG-2720
cherry-picked #2144