-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ci: use a script for check-preflight-clusterrole.sh #20786
ci: use a script for check-preflight-clusterrole.sh #20786
Conversation
aae8840
to
f4b6b7c
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.
one minor comment as per below, not a blocker though 💯
it's not convenient to have inline scripts in github actions, as we can't run the actions which fail a CI run locally. this commit moves the clusterrole preflight check into a script that can be ran locally before pushing the branch up. Signed-off-by: Louis DeLosSantos <louis.delos@isovalent.com>
f4b6b7c
to
1569735
Compare
@sayboras I just force pushed the suggested |
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 💯
I don't think we need to run full CI tests since this does not touch the code. Marking ready to merge. |
it's not convenient to have inline scripts in github actions, as we
can't run the actions which fail a CI run, locally.
this commit moves the clusterrole preflight check into a script that can
be ran locally before pushing the branch up.
Signed-off-by: Louis DeLosSantos louis.delos@isovalent.com