Add myself to watchlists in an attempt to catch flakiness-inducing bugs being added to the tree.
Review URL: http://codereview.chromium.org/173530 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24628 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -87,6 +87,12 @@
|
||||
'tools': {
|
||||
'filepath': 'tools/.*',
|
||||
},
|
||||
'tests': {
|
||||
'filepath': 'unittest|browsertest|uitest',
|
||||
},
|
||||
'automation': {
|
||||
'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
|
||||
},
|
||||
},
|
||||
|
||||
'WATCHLISTS': {
|
||||
@ -118,5 +124,7 @@
|
||||
'idana@chromium.org'],
|
||||
'layout_tests': ['pam@chromium.org'],
|
||||
'tools': ['pam@chromium.org'],
|
||||
'tests': ['phajdan.jr@chromium.org'],
|
||||
'automation': ['phajdan.jr@chromium.org'],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user