mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 01:06:46 +08:00
PRESUBMIT: Remove GYP trybots
As they're being removed from the try server. BUG=chromium:652188 TBR=fbarchard@chromium.org Review URL: https://codereview.chromium.org/2426693003 .
This commit is contained in:
parent
a0a549c5b3
commit
e005669332
@ -26,15 +26,11 @@ def GetPreferredTryMasters(project, change):
|
|||||||
'win',
|
'win',
|
||||||
'win_rel',
|
'win_rel',
|
||||||
'win_x64_rel',
|
'win_x64_rel',
|
||||||
'win_x64_gyp',
|
|
||||||
'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_gyp',
|
|
||||||
'mac_gyp_rel',
|
|
||||||
'mac_asan',
|
'mac_asan',
|
||||||
'ios',
|
'ios',
|
||||||
'ios_rel',
|
'ios_rel',
|
||||||
@ -42,8 +38,6 @@ def GetPreferredTryMasters(project, change):
|
|||||||
'ios_arm64_rel',
|
'ios_arm64_rel',
|
||||||
'linux',
|
'linux',
|
||||||
'linux_rel',
|
'linux_rel',
|
||||||
'linux_gyp',
|
|
||||||
'linux_gyp_rel',
|
|
||||||
'linux_memcheck',
|
'linux_memcheck',
|
||||||
'linux_tsan2',
|
'linux_tsan2',
|
||||||
'linux_asan',
|
'linux_asan',
|
||||||
@ -57,8 +51,6 @@ def GetPreferredTryMasters(project, change):
|
|||||||
'android_mips',
|
'android_mips',
|
||||||
'android_x64',
|
'android_x64',
|
||||||
'android_x86',
|
'android_x86',
|
||||||
'android_gyp',
|
|
||||||
'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 {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user