-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Document how rules repositories are added/removed #3
Comments
A good example for the kind of ruleset we might want to host is rules_cuda that is hidden inside tensorflow/runtime. Its also an interesting case for bzlmod as in its current form it patches |
#27 is starting to highlight some of the criteria we need to establish for this. Observations of criteria being established from that issue:
@keith raised the concern about "migrating everything and becoming a wasteland for low usage repos" however I think that you can use archiving of repositories to solve this to some extent; I propose that rulesets that are members should ensure support for LTS versions of bazel and that we should (with some notification and grace period) archive anything that doesn't meet this criteria. I think this would provide a clear mechanism to users to know which repos are actively supported but without breaking anyone by removing repos from the github org. |
"who is going to maintain" - this also begs the question, what reputation does this person have, and do they have an employer backing the repo with other engineers to replace this person when they eventually move to another project? @shs96c certainly has an excellent reputation in the Bazel community for example. But how do we tell that without being biased or exclusionary? "ensure support for LTS versions of bazel" and "actively supported" is the hard part. How can we tell? Maybe we require that rulesets have some bazel-in-bazel integration tests that ensure the compatibility, but we don't really know if there's good coverage. If users file issues and the maintainers don't respond in X months does that mean we archive the ruleset? The SIG has some funding now, so if someone has a couple hours to write up a document they could bill for that time. |
Criteria for accepting rule sets into this repo and avoid them from getting stale:
|
I think this is a good list. I think we should also codify the failure cases for this, because realistically without directly funding folks we won't really be able to hold them accountable to specific SLAs long term, and folks could leave the projects at any time, leading to us needing to find new maintainers, or archive the project etc. |
When something no longer meets the criteria:
|
@jsharpe Now I am developing a pure starklark implementation for cuda rules. Just FYI. |
We'll probably host some popular rulesets in this GitHub org.
Why?
Before we start bringing these in, we need to decide policy bits:
The text was updated successfully, but these errors were encountered: