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

Unified Diff: base/PRESUBMIT.py

Issue 286023006: Keep presubmit more in sync with CQ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | ui/events/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/PRESUBMIT.py
diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py
index 8067a0f5829a14a88d68a9fa483c17b558807d03..1a1cce75def4c27183e122791928aba5fc2422b0 100644
--- a/base/PRESUBMIT.py
+++ b/base/PRESUBMIT.py
@@ -53,6 +53,6 @@ def GetPreferredTryMasters(project, change):
'tryserver.chromium': {
'linux_chromium_rel': set(['defaulttests']),
'mac_chromium_rel': set(['defaulttests']),
- 'win_rel': set(['sync_integration_tests']),
+ 'win_chromium_rel': set(['defaulttests']),
}
}
« no previous file with comments | « no previous file | ui/events/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698