Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: PRESUBMIT.py

Issue 2064343002: Add more trybots to the default set. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index efb1ca5c587d239f0767c3a1b077b6d343dfbb9a..58242bd984d517ec08e32924e5598176253c429e 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -28,6 +28,9 @@ def GetPreferredTryMasters(project, change):
'win_x64_rel',
'win_x64_gn',
'win_x64_gn_rel',
+ 'win_clang',
+ 'win_clang_rel',
+ 'win_x64_clang_rel',
'mac',
'mac_rel',
'mac_gn',
@@ -51,6 +54,9 @@ def GetPreferredTryMasters(project, change):
'android_rel',
'android_clang',
'android_arm64',
+ 'android_mips',
+ 'android_x64',
+ 'android_x86',
'android_gn',
'android_gn_rel',
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698