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

Unified Diff: PRESUBMIT_test.py

Issue 1998693002: [Android] Remove android_chromium_gn_compile_{dbg,rel} from the CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | infra/config/cq.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT_test.py
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py
index a8a3c27ab7f81790ccbcd083bbbf257e8c9430dd..9269964fbe614d2e2cd76e4adaba606fdd962b67 100755
--- a/PRESUBMIT_test.py
+++ b/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',
« no previous file with comments | « no previous file | infra/config/cq.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698