We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are 2 similar functions in ocs_ci/helpers/helpers.py
def wait_for_reclaim_space_cronjob(reclaim_space_cron_job, schedule)
def wait_for_reclaim_space_job(reclaim_space_job)
Those functions has similar code in common and some differences.
Please addess Elad's comment in #10096 and make one function instead of two.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.
Sorry, something went wrong.
This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.
ypersky1980
No branches or pull requests
There are 2 similar functions in ocs_ci/helpers/helpers.py
def wait_for_reclaim_space_cronjob(reclaim_space_cron_job, schedule)
def wait_for_reclaim_space_job(reclaim_space_job)
Those functions has similar code in common and some differences.
Please addess Elad's comment in #10096 and make one function instead of two.
The text was updated successfully, but these errors were encountered: