Commit 6b410ec4 authored by tandrii's avatar tandrii Committed by Commit bot

Gerrit CQ will not allow customization of CQ label values.

R=andybons@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2135313005
parent a406fc88
......@@ -2595,8 +2595,6 @@ class _GerritChangelistImpl(_ChangelistCodereviewBase):
def SetCQState(self, new_state):
"""Sets the Commit-Queue label assuming canonical CQ config for Gerrit."""
# TODO(tandrii): maybe allow configurability in codereview.settings or by
# self-discovery of label config for this CL using REST API.
vote_map = {
_CQState.NONE: 0,
_CQState.DRY_RUN: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment