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

fix the selfmanaged uninstall of rhoai operator #2157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix the uninstall of rhoai operator

cd319e8
Select commit
Loading
Failed to load commit list.
Open

fix the selfmanaged uninstall of rhoai operator #2157

fix the uninstall of rhoai operator
cd319e8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Robocop succeeded Jan 15, 2025 in 7s

7 new alerts

New alerts in code changed by this pull request

  • 6 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 51 in ods_ci/tasks/Resources/RHODS_OLM/pre-tasks/oc_is_operator_installed.robot

See this annotation in the file changed.

Code scanning / Robocop

The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning

The assignment sign is not consistent within the file. Expected '=' but got ' =' instead

Check warning on line 57 in ods_ci/tasks/Resources/RHODS_OLM/pre-tasks/oc_is_operator_installed.robot

See this annotation in the file changed.

Code scanning / Robocop

The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning

The assignment sign is not consistent within the file. Expected '=' but got ' =' instead

Check warning on line 61 in ods_ci/tasks/Resources/RHODS_OLM/pre-tasks/oc_is_operator_installed.robot

See this annotation in the file changed.

Code scanning / Robocop

Keyword name '{{ keyword_name }}' does not follow case convention Warning

Keyword name 'oc get csv ${current_csv_name} -n ${namespace}' does not follow case convention

Check warning on line 73 in ods_ci/tasks/Resources/RHODS_OLM/pre-tasks/oc_is_operator_installed.robot

See this annotation in the file changed.

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning

Line is too long (137/120)

Check warning on line 82 in ods_ci/tasks/Resources/RHODS_OLM/pre-tasks/oc_is_operator_installed.robot

See this annotation in the file changed.

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning

Line is too long (142/120)

Check notice on line 87 in ods_ci/tests/Resources/RHOSi.resource

See this annotation in the file changed.

Code scanning / Robocop

{{ set_variable_keyword }} can be replaced with VAR Note test

Set Global Variable can be replaced with VAR

Check warning on line 87 in ods_ci/tests/Resources/RHOSi.resource

See this annotation in the file changed.

Code scanning / Robocop

Don't set global variables outside the variables section Warning test

Don't set global variables outside the variables section