blob: 78aab099e0d86cec0b06c1d0cb0c5f54267ddeb2 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Watchlist Rules
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
{
'WATCHLIST_DEFINITIONS': {
'chromium_masters': {
'filepath': 'masters/master\.chromium.*(builders\.pyl|master\.cfg)$',
},
'goma': {
'filepath': 'scripts/slave/recipe_modules/goma/.+',
},
},
'WATCHLISTS': {
'chromium_masters': [
'hinoka+masters@chromium.org',
],
'goma': [
'tikuta+cc@chromium.org',
],
},
}