Skip to content

Commit

Permalink
Move debuggability reviewers into NDB. (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins authored Nov 9, 2023
1 parent ebca7a7 commit 1dfaaf3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions internals/approval_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@
'[email protected]',
'[email protected]',
]
DEBUGGABILITY_APPROVERS = [
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
]
DEBUGGABILITY_APPROVERS = IN_NDB
TESTING_APPROVERS = [
'[email protected]',
'[email protected]',
Expand Down Expand Up @@ -218,7 +212,7 @@ def auto_assign_reviewer(gate):
if response.status_code != 200:
logging.error('Could not fetch %r', url)
logging.error('Got response %s', repr(response)[:settings.MAX_LOG_LINE])
raise ValueError('Could not fetch oncall')
return

try:
logging.info(
Expand Down

0 comments on commit 1dfaaf3

Please sign in to comment.