Merge "document house rules for approving election results"
This commit is contained in:
@@ -43,6 +43,21 @@ etc.), follow the normal code review rules (with RollCall votes being
|
|||||||
considered +-2): change will be approved once 2 `RollCall+1` (other
|
considered +-2): change will be approved once 2 `RollCall+1` (other
|
||||||
than the change owner) are posted (and no `RollCall-1`).
|
than the change owner) are posted (and no `RollCall-1`).
|
||||||
|
|
||||||
|
Election Results
|
||||||
|
----------------
|
||||||
|
|
||||||
|
:Gerrit topic: ``election-results``
|
||||||
|
|
||||||
|
The results of elections are documented in the `openstack/governance`
|
||||||
|
repository, but are not subject to "review" or "approval" by the TC,
|
||||||
|
other than to confirm that they accurately reflect the outcome of the
|
||||||
|
election. Patches to update those results for TC and PTL elections
|
||||||
|
should be reviewed and confirmed by the election officials, and then
|
||||||
|
approved and merged following the normal code review rules (with
|
||||||
|
RollCall votes being considered +-2): change will be approved once 2
|
||||||
|
`RollCall+1` (other than the change owner) are posted (and no
|
||||||
|
`RollCall-1`).
|
||||||
|
|
||||||
Delegated tags
|
Delegated tags
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|||||||
@@ -317,8 +317,10 @@ def get_one_status(change, delegates, tc_members):
|
|||||||
else:
|
else:
|
||||||
can_approve = 'YES'
|
can_approve = 'YES'
|
||||||
|
|
||||||
elif topic in ('code-change', 'documentation-change'):
|
elif topic in ('code-change', 'documentation-change', 'election-results'):
|
||||||
# https://governance.openstack.org/tc/reference/house-rules.html#code-changes
|
# https://governance.openstack.org/tc/reference/house-rules.html#code-changes
|
||||||
|
# https://governance.openstack.org/tc/reference/house-rules.html#documentation-changes
|
||||||
|
# https://governance.openstack.org/tc/reference/house-rules.html#election-results
|
||||||
if votes[-1] or code_reviews[-1]:
|
if votes[-1] or code_reviews[-1]:
|
||||||
can_approve = 'dissenting votes'
|
can_approve = 'dissenting votes'
|
||||||
elif votes[1] < 2:
|
elif votes[1] < 2:
|
||||||
|
|||||||
Reference in New Issue
Block a user