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

Unified Diff: PRESUBMIT_test.py

Issue 2148053002: PRESUBMIT: use "master." prefix in CQ_INCLUDE_TRYBOTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 5 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 | « PRESUBMIT.py ('k') | chrome/browser/resources/PRESUBMIT.py » ('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 9269964fbe614d2e2cd76e4adaba606fdd962b67..c45378b7f53f46211dc2ff42822e7cf4c738c14f 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -706,7 +706,7 @@ class IDLParsingTest(unittest.TestCase):
class TryServerMasterTest(unittest.TestCase):
def testTryServerMasters(self):
bots = {
- 'tryserver.chromium.android': [
+ 'master.tryserver.chromium.android': [
'android_archive_rel_ng',
'android_arm64_dbg_recipe',
'android_blink_rel',
@@ -730,7 +730,7 @@ class TryServerMasterTest(unittest.TestCase):
'linux_android_dbg_ng',
'linux_android_rel_ng',
],
- 'tryserver.chromium.mac': [
+ 'master.tryserver.chromium.mac': [
'ios_dbg_simulator',
'ios_rel_device',
'ios_rel_device_ninja',
@@ -746,7 +746,7 @@ class TryServerMasterTest(unittest.TestCase):
'mac_x64_rel',
'mac_xcodebuild',
],
- 'tryserver.chromium.linux': [
+ 'master.tryserver.chromium.linux': [
'chromium_presubmit',
'linux_arm_cross_compile',
'linux_arm_tester',
@@ -781,7 +781,7 @@ class TryServerMasterTest(unittest.TestCase):
'linux_valgrind',
'tools_build_presubmit',
],
- 'tryserver.chromium.win': [
+ 'master.tryserver.chromium.win': [
'win8_aura',
'win8_chromium_dbg',
'win8_chromium_rel',
« no previous file with comments | « PRESUBMIT.py ('k') | chrome/browser/resources/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698