Commit fcbb30f5 authored by Henrik Kjellander's avatar Henrik Kjellander

PRESUBMIT: rename trybots from gn to gyp.

After switching the default bots from GYP to GN,
we now only have a few GYP bots left, so rename the trybots
accordingly

BUG=chromium:652188
TBR=fbarchard@chromium.org

Review URL: https://codereview.chromium.org/2425693002 .
parent 2d80fc31
...@@ -26,15 +26,15 @@ def GetPreferredTryMasters(project, change): ...@@ -26,15 +26,15 @@ def GetPreferredTryMasters(project, change):
'win', 'win',
'win_rel', 'win_rel',
'win_x64_rel', 'win_x64_rel',
'win_x64_gn', 'win_x64_gyp',
'win_x64_gn_rel', 'win_x64_gyp_rel',
'win_clang', 'win_clang',
'win_clang_rel', 'win_clang_rel',
'win_x64_clang_rel', 'win_x64_clang_rel',
'mac', 'mac',
'mac_rel', 'mac_rel',
'mac_gn', 'mac_gyp',
'mac_gn_rel', 'mac_gyp_rel',
'mac_asan', 'mac_asan',
'ios', 'ios',
'ios_rel', 'ios_rel',
...@@ -42,8 +42,8 @@ def GetPreferredTryMasters(project, change): ...@@ -42,8 +42,8 @@ def GetPreferredTryMasters(project, change):
'ios_arm64_rel', 'ios_arm64_rel',
'linux', 'linux',
'linux_rel', 'linux_rel',
'linux_gn', 'linux_gyp',
'linux_gn_rel', 'linux_gyp_rel',
'linux_memcheck', 'linux_memcheck',
'linux_tsan2', 'linux_tsan2',
'linux_asan', 'linux_asan',
...@@ -57,8 +57,8 @@ def GetPreferredTryMasters(project, change): ...@@ -57,8 +57,8 @@ def GetPreferredTryMasters(project, change):
'android_mips', 'android_mips',
'android_x64', 'android_x64',
'android_x86', 'android_x86',
'android_gn', 'android_gyp',
'android_gn_rel', 'android_gyp_rel',
] ]
if not files or all(re.search(r'[\\/]OWNERS$', f) for f in files): if not files or all(re.search(r'[\\/]OWNERS$', f) for f in files):
return {} return {}
......
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