-
Notifications
You must be signed in to change notification settings - Fork 72
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
Naming: rename setup and cleanup tasks #2184
Conversation
Based on #2182, should be merged only after it or rebased |
9739fb9
to
a41b684
Compare
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.
Needs some small changes
a41b684
to
ace6b29
Compare
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
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.
I see uninstallation was already in the docs, but maybe, removal is better.
Up to you
Refs: #2181 Rename cnf_setup, cnf_cleanup and cluster_api_setup, cluster_api_cleanup tasks to cnf_install, cnf_uninstall and cluster_api_install, cluster_api_uninstall. Change documentation, specs and code accordingly. Signed-off-by: Konstantin Yarovoy <[email protected]>
ace6b29
to
5e02b43
Compare
@svteb @martin-mat this may raise some side effects. I see some jobs can't pass now both on my PR and on main. More to come |
Some more info on this? I don;t quite understand why. |
@svteb right now just by observation: all the same jobs fail after multiple tries vs main and the PR about PSS. I'm on it (it could be also the previous commit). |
- GH actions tag discovery command requires that there is a space between colon and the left bracket. - This has gone unnoticed in the #2184 pull request. Signed-off-by: svteb <[email protected]>
- GH actions tag discovery command requires that there is a space between colon and the left bracket, this wasn't discovered and the skip started occuring in #2184. - Additionally there was an undiscovered error due to this test being skipped, which is now resolved (a message that is to be checked was changed). Signed-off-by: svteb <[email protected]>
Refs: #2209 - The "uninstall_all" was broken during development of #2120, to fix the issue a failure when there is no CNF to uninstall has been relegated to a warning and exit 1 was removed. - Two spec tests have been added to avoid this scenario in the future. - Additionally some renaming was left-over from #2184 that was resolved. Signed-off-by: svteb <[email protected]>
Refs: #2209 - The "uninstall_all" was broken during development of #2120, to fix the issue a failure when there is no CNF to uninstall has been relegated to a warning and exit 1 was removed. - Two spec tests have been added to avoid this scenario in the future. - Additionally some renaming was left-over from #2184 that was resolved. Signed-off-by: svteb <[email protected]>
Refs: #2209 - The "uninstall_all" was broken during development of #2120, to fix the issue a failure when there is no CNF to uninstall has been relegated to a warning and exit 1 was removed. - Two spec tests have been added to avoid this scenario in the future. - Additionally some renaming was left-over from #2184 that was resolved. Signed-off-by: svteb <[email protected]>
Refs: #2209 - The "uninstall_all" was broken during development of #2120, to fix the issue a failure when there is no CNF to uninstall has been relegated to a warning and exit 1 was removed. - Two spec tests have been added to avoid this scenario in the future. - Additionally some renaming was left-over from #2184 that was resolved. Signed-off-by: svteb <[email protected]>
Refs: #2209 - The "uninstall_all" was broken during development of #2120, to fix the issue a failure when there is no CNF to uninstall has been relegated to a warning and exit 1 was removed. - Two spec tests have been added to avoid this scenario in the future. - Additionally some renaming was left-over from #2184 that was resolved. Signed-off-by: svteb <[email protected]>
Refs: #2209 - The "uninstall_all" was broken during development of #2120, to fix the issue a failure when there is no CNF to uninstall has been relegated to a warning and exit 1 was removed. - Two spec tests have been added to avoid this scenario in the future. - Additionally some renaming was left-over from #2184 that was resolved. Signed-off-by: svteb <[email protected]>
Refs: #2209 - The "uninstall_all" was broken during development of #2120, to fix the issue a failure when there is no CNF to uninstall has been relegated to a warning and exit 1 was removed. - Two spec tests have been added to avoid this scenario in the future. - Additionally some renaming was left-over from #2184 that was resolved. Signed-off-by: svteb <[email protected]>
Refs: #2209 - The "uninstall_all" was broken during development of #2120, to fix the issue a failure when there is no CNF to uninstall has been relegated to a warning and exit 1 was removed. - Two spec tests have been added to avoid this scenario in the future. - Additionally some renaming was left-over from #2184 that was resolved. Signed-off-by: svteb <[email protected]>
- GH actions tag discovery command requires that there is a space between colon and the left bracket, this wasn't discovered and the skip started occuring in #2184. - Additionally there was an undiscovered error due to this test being skipped, which is now resolved (a message that is to be checked was changed). Signed-off-by: svteb <[email protected]>
- GH actions tag discovery command requires that there is a space between colon and the left bracket, this wasn't discovered and the skip started occuring in #2184. - Additionally there was an undiscovered error due to this test being skipped, which is now resolved (a message that is to be checked was changed). Signed-off-by: svteb <[email protected]>
Description
Rename cnf_setup, cnf_cleanup and
setuptasks to cnf_install, cnf_uninstall,install_dependenciesChange documentation, specs and code accordingly
Issues:
Refs: #2181