-
Notifications
You must be signed in to change notification settings - Fork 139
Move cifmw_basedir var to group_vars - part one #3451
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
base: main
Are you sure you want to change the base?
Move cifmw_basedir var to group_vars - part one #3451
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
recheck |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
24bfe97 to
214c377
Compare
The `cifmw_basedir` variable is now expected to be defined group_vars. Previous fallback to `ansible_user_dir ~ '/ci-framework-data'` has been removed from playbooks and roles. This change ensures consistency across roles and prevents accidental use of a default path when `cifmw_basedir` is intentionally unset. Signed-off-by: Daniel Pawlik <[email protected]>
214c377 to
2290d71
Compare
|
Is there any possibility of encountering breaking errors when the cifmw_basedir is not defined? I see you mentioned there is cases where it is intentionally unset but how well are these cases handled? |
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The
cifmw_basedirvariable is now expected to be defined group_vars.Previous fallback to
ansible_user_dir ~ '/ci-framework-data'has beenremoved from playbooks and roles.
This change ensures consistency across roles and prevents accidental use
of a default path when
cifmw_basediris intentionally unset.This commit is one part of a set of changes.
NOTE:
Probably this commit would be split into few pull requests.