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

Unified Diff: PRESUBMIT.py

Issue 26747002: Add nacl sdk builders to default try list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index e8f444d40d1ad71982d46a18998c29adde190ab3..2b1b51733b9697cad287f24432a83f0159f60e88 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1295,6 +1295,7 @@ def GetDefaultTryConfigs(bots=None):
'linux_chromium_dbg': ['defaulttests'],
'linux_chromium_rel': ['defaulttests'],
'linux_clang': ['compile'],
+ 'linux_nacl_sdk_build': ['compile'],
'linux_rel': standard_tests + [
'cc_unittests',
'chromedriver_unittests',
@@ -1308,6 +1309,7 @@ def GetDefaultTryConfigs(bots=None):
'mac': ['compile'],
'mac_chromium_dbg': ['defaulttests'],
'mac_chromium_rel': ['defaulttests'],
+ 'mac_nacl_sdk_build': ['compile'],
'mac_rel': standard_tests + [
'app_list_unittests',
'cc_unittests',
@@ -1321,6 +1323,7 @@ def GetDefaultTryConfigs(bots=None):
'telemetry_unittests',
],
'win': ['compile'],
+ 'win_nacl_sdk_build': ['compile'],
'win_rel': standard_tests + [
'app_list_unittests',
'ash_unittests',
@@ -1422,10 +1425,13 @@ def GetPreferredTrySlaves(project, change):
'linux_asan',
'linux_chromeos',
'linux_clang',
+ 'linux_nacl_sdk_build',
'linux_rel',
'mac',
+ 'mac_nacl_sdk_build',
'mac_rel',
'win',
+ 'win_nacl_sdk_build',
'win_rel',
'win_x64_rel',
])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698