Keep presubmit more in sync with CQ

BUG=none
R=maruel@chromium.org

Review URL: https://codereview.chromium.org/286023006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272936 0039d316-1c4b-4281-b951-d872f2087c98
parent 591874ff
...@@ -53,6 +53,6 @@ def GetPreferredTryMasters(project, change): ...@@ -53,6 +53,6 @@ def GetPreferredTryMasters(project, change):
'tryserver.chromium': { 'tryserver.chromium': {
'linux_chromium_rel': set(['defaulttests']), 'linux_chromium_rel': set(['defaulttests']),
'mac_chromium_rel': set(['defaulttests']), 'mac_chromium_rel': set(['defaulttests']),
'win_rel': set(['sync_integration_tests']), 'win_chromium_rel': set(['defaulttests']),
} }
} }
...@@ -17,10 +17,10 @@ def GetPreferredTryMasters(project, change): ...@@ -17,10 +17,10 @@ def GetPreferredTryMasters(project, change):
return { return {
'tryserver.chromium': { 'tryserver.chromium': {
'linux_rel': tests, 'linux_chromium_rel': tests,
'linux_chromeos': tests, 'linux_chromium_chromeos_rel': tests,
'linux_chromeos_asan': tests, 'linux_chromeos_asan': tests,
'win': tests, 'win_chromium_compile_dbg': tests,
'win_rel': tests, 'win_chromium_rel': tests,
} }
} }
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