-
Notifications
You must be signed in to change notification settings - Fork 512
Governing Rules
The governing rules for PerfKitBenchmaker (PKB) are inspired by the Apache Group though they are not the same. One similarity is PKB is run as a meritocracy. The more contributions are made the more rights and responsibilities are earned.
There are five groups of people:
- Managers
- Committers
- Steering committee
- Contributors
- Users
Currently Google is designated as the manager to:
- Manage the repo.
- Maintain the mailing lists and groups.
- Schedule and plan community meetings.
- Add committers.
- Work with the community to maintain the steering committee.
Committers have write access to the GitHub repo. They hold the following responsibilities:
- Doing code reviews to maintain a high quality bar. More on merging pull requests.
- Assigning and closing issues.
As of December 2015 the following are committers:
- Google (Cloud Performance team + Google Developer Relations)
- Rackspace (meteorfox@)
- Intel (mateusz-blaszkowski@)
New committers are nominated by existing committers and from contributors that have made significant improvements and shown a high bar for quality.
The steering committee is responsible for resolving disagreements on what benchmarks are included in the standard_set, how the benchmarks in that set are run, how they are configured, and when to remove benchmarks. This committee is the final decider when the community through a vote disagrees. More on voting.
As of December 2015 the following is the Steering committee:
- Daniel Sanchez @ MIT - [email protected]
- Christos Kozyraki @ Stanford/EPFL - [email protected]
- Anthony F. Voellm @ Google
A new steering committee is nominated on an annual basis. Until a new committee is in place the existing one will continue to serve. The next committee will be nominated in February 2016.
Contributors are anyone submitting code to the repo for shared use. They must sign the CLA as explained in the CONTRIBUTING.md file.
Contributors also include those in the community opening issues, suggesting improvements, attending community meetings, and sharing ideas on the group mailing lists.
Users are anyone using PKB to measure performance. We love users! We hope you contribute your ideas and code.
Voting is an extremely important topic and it is the way we as a community decide. Here is the way it works:
- Any committer, steering committee member, or manager can open a GitHub issue for a vote.
- The Github issue must detail what is to be voted on: Addition of a benchmark, changes to a benchmark, resolution on a disagreement around design, etc.
- Committers, Steering committee, and managers then have two weeks to +1, 0 (ignore), or -1 an issue. At the end of two weeks the vote is tallied.
- If the vote is positive the change is implemented.
- If the vote is negative it goes to the Steering Committee to resolve. Their vote is final.
Each pull request (PR) should be reviewed by at least one committer who is not the PR author. After the author has signed the CLA, and the PR has received a "Looks Good To Me" (LGTM) comment from its reviewer, the PR may be merged. Merging the pull request after the LGTM comment is the responsibility of the author if the author is a committer, and the reviewer otherwise.