Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added the section for the TSC Seat Allocations by Represented Group for the 2020 elections

...

The result is that person D is eliminated and the main RG elections are re-run.

Represented Groups

TSC Seat Allocations By Represented Group for the 2017, 2018 and 2019 elections

The TSC selected the "All Types + CAL" set of RGs, and 5 seats to the Committers-at-Large RG and 2 seats each to the other 4 type-based RGs, for a total of 13 seats. The TSC also decided that at most 33% of TSC seats be given to employees of a single company and it's affiliated companies, but did not cap other RGs.

...

for company_var in <the set of all companies>:
  * Represented Group company_var 
    * Min Seats: 0
    * Max Seats: 33% (cap of 4)
    * Candidates: Works for company_var
    * Voters: None

Total seats: 13


TSC Seat Allocations By Represented Group for the 2020 elections

The TSC selected the "Only CAL" set of RGs, and 11 total seats. The TSC also decided that at most 49% of TSC seats be given to employees of a single company and it's affiliated companies, but did not cap other RGs.

* Committers-at-Large
  * Min Seats: 11
  * Max Seats: 100% (no cap)
  * Candidates: Committers to ODL projects
  * Voters: Committers to ODL projects
  * Duplicate Voter Strategy: Vote-per-Person

For purposes of avoiding dominance from a particular company, also define any given company as a Represented Group with no seats (and thus no need to define voters):

for company_var in <the set of all companies>:
  * Represented Group company_var 
    * Min Seats: 0
    * Max Seats: 49% (cap of 5)
    * Candidates: Works for company_var
    * Voters: None

Total seats: 11