summaryrefslogtreecommitdiff
path: root/chromium/PRESUBMIT_test.py
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-08-01 12:59:39 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-08-04 12:40:43 +0000
commit28b1110370900897ab652cb420c371fab8857ad4 (patch)
tree41b32127d23b0df4f2add2a27e12dc87bddb260e /chromium/PRESUBMIT_test.py
parent399c965b6064c440ddcf4015f5f8e9d131c7a0a6 (diff)
downloadqtwebengine-chromium-28b1110370900897ab652cb420c371fab8857ad4.tar.gz
BASELINE: Update Chromium to 53.0.2785.41
Also adds a few extra files for extensions. Change-Id: Iccdd55d98660903331cf8b7b29188da781830af4 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/PRESUBMIT_test.py')
-rwxr-xr-xchromium/PRESUBMIT_test.py39
1 files changed, 24 insertions, 15 deletions
diff --git a/chromium/PRESUBMIT_test.py b/chromium/PRESUBMIT_test.py
index a8a3c27ab7f..9269964fbe6 100755
--- a/chromium/PRESUBMIT_test.py
+++ b/chromium/PRESUBMIT_test.py
@@ -706,6 +706,30 @@ class IDLParsingTest(unittest.TestCase):
class TryServerMasterTest(unittest.TestCase):
def testTryServerMasters(self):
bots = {
+ 'tryserver.chromium.android': [
+ 'android_archive_rel_ng',
+ 'android_arm64_dbg_recipe',
+ 'android_blink_rel',
+ 'android_chromium_variable',
+ 'android_chromium_variable_archive',
+ 'android_chromium_variable_arm64',
+ 'android_chromium_variable_cast_shell',
+ 'android_chromium_variable_clang',
+ 'android_chromium_variable_gn',
+ 'android_chromium_variable_nexus4',
+ 'android_clang_dbg_recipe',
+ 'android_compile_dbg',
+ 'android_compile_mips_dbg',
+ 'android_compile_rel',
+ 'android_compile_x64_dbg',
+ 'android_compile_x86_dbg',
+ 'android_coverage',
+ 'android_cronet_tester'
+ 'android_swarming_rel',
+ 'cast_shell_android',
+ 'linux_android_dbg_ng',
+ 'linux_android_rel_ng',
+ ],
'tryserver.chromium.mac': [
'ios_dbg_simulator',
'ios_rel_device',
@@ -723,21 +747,6 @@ class TryServerMasterTest(unittest.TestCase):
'mac_xcodebuild',
],
'tryserver.chromium.linux': [
- 'android_aosp',
- 'android_chromium_gn_compile_dbg',
- 'android_chromium_gn_compile_rel',
- 'android_clang_dbg',
- 'android_dbg',
- 'android_dbg_recipe',
- 'android_dbg_triggered_tests',
- 'android_dbg_triggered_tests_recipe',
- 'android_fyi_dbg',
- 'android_fyi_dbg_triggered_tests',
- 'android_rel',
- 'android_rel_triggered_tests',
- 'android_x86_dbg',
- 'blink_android_compile_dbg',
- 'blink_android_compile_rel',
'chromium_presubmit',
'linux_arm_cross_compile',
'linux_arm_tester',