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

Unified Diff: net/PRESUBMIT.py

Issue 664803003: Update from chromium a8e7c94b1b79a0948d05a1fcfff53391d22ce37a (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « gpu/command_buffer/service/texture_definition.cc ('k') | net/base/data_url_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/PRESUBMIT.py
diff --git a/net/PRESUBMIT.py b/net/PRESUBMIT.py
index e898d990c9bb50d266a2a3ebe8fec9ebfb2ab103..e82166c7b55e59fde047d70a83ff671f5f61f6a2 100644
--- a/net/PRESUBMIT.py
+++ b/net/PRESUBMIT.py
@@ -11,13 +11,13 @@ for more details on the presubmit API built into gcl.
def GetPreferredTryMasters(project, change):
masters = {
'tryserver.chromium.linux': {
- 'linux_chromium_rel_swarming': set(['defaulttests']),
+ 'linux_chromium_rel': set(['defaulttests']),
},
'tryserver.chromium.mac': {
- 'mac_chromium_rel_swarming': set(['defaulttests']),
+ 'mac_chromium_rel': set(['defaulttests']),
},
'tryserver.chromium.win': {
- 'win_chromium_rel_swarming': set(['defaulttests']),
+ 'win_chromium_rel': set(['defaulttests']),
}
}
# Changes that touch NSS files will likely need a corresponding OpenSSL edit.
« no previous file with comments | « gpu/command_buffer/service/texture_definition.cc ('k') | net/base/data_url_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698