-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
sig-release: Blockade changes to critical k/release tooling #13328
Conversation
/hold |
e6f226f
to
db5b243
Compare
Done. |
/hold Why wouldn't we just do this with OWNERS files? |
@cblecker -- This is essentially saying I want explicit approval from a repo admin (SIG Release Chair) before changing one of these tools. We have top-level approvers in k/release that I still want to be able to approve other changes without impact. As the tools are scattered across the repo, I need an extra gate to protect them and I heard that |
/uncc |
Sounds like using Line 458 in 152915a
|
@cjwagner -- Whoa, that's cool. Thanks for the tip! Agreed that blockade might still be the right path here. |
/unassign No concerns with the general intent |
I started writing something up and then apparently closed the tab 🤦♂ . Basically, I still feel like this is an anti-pattern (blockading files, and then manually removing the label each time you need to change them). It provides a different contributing structure than normal, and requires manual intervention. I could be convinced to be okay with this for a limited period of time to help stabilize the situation (30d?). Ultimately though, reorganizing files (either move the scripts all together, or move the other stuff all together) and then using OWNERS files should be the goal. |
@cblecker -- yep, the intent for the blockade is definitely temporary! |
What's a reasonable time frame for this work? |
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
db5b243
to
38a9890
Compare
Spoke to @cblecker on Slack. |
LGTM label has been added. Git tree hash: c47a292f5d6f4bab026f0f7c6713822a3d3660a0
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cblecker, justaugustus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks again, Christoph! |
@justaugustus: Updated the
In response to this:
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/test-infra repository. |
- repos: | ||
- kubernetes/release | ||
blockregexps: | ||
- ^anago|branchff|build\/|changelog-update|compile-release-tools|debian\/|find_green_build|gcb\/|gcbmgr|lib\/|prin|push-build.sh|release-notify|relnotes|rpm\/ |
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.
why not .*? :P
ref: kubernetes/release#816
Signed-off-by: Stephen Augustus saugustus@vmware.com