mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
Change-Id: If1b04bd996161ace5da9e54d00c2b35dde6e42ba BUG=chromium-os:13716 TEST=Ran watchlists.py build_image; watchlists.py build_kernel_image.sh; verified I show up. Review URL: http://codereview.chromium.org/6670131
20 lines
456 B
Plaintext
20 lines
456 B
Plaintext
# See http://dev.chromium.org/developers/contributing-code/watchlists for
|
|
# a description of this file's format.
|
|
# Please keep these keys in alphabetical order.
|
|
|
|
{
|
|
'WATCHLIST_DEFINITIONS': {
|
|
'all': {
|
|
'filepath': '.',
|
|
},
|
|
'buildimage': {
|
|
'filepath': 'build.*image.*',
|
|
},
|
|
},
|
|
'WATCHLISTS': {
|
|
'all': ['sosa@chromium.org', 'msb@chromium.org',
|
|
'anush@chromium.org'],
|
|
'buildimage': ['jimhebert@chromium.org'],
|
|
},
|
|
}
|