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

Unified Diff: projects.py

Issue 11299059: Do not specify 'compile' on ios_* Try Builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Created 8 years, 1 month 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: projects.py
diff --git a/projects.py b/projects.py
index 688c43bd14959e692584152d87b5ccf6074dd18f..445698d8c29be16d7a2679c4c904392c7f4ec9dd 100644
--- a/projects.py
+++ b/projects.py
@@ -238,9 +238,8 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
'sandbox_linux_unittests',
],
'android_dbg': ['build'],
- 'ios_rel_device': ['compile'],
+ #'ios_rel_device': [],
'ios_dbg_simulator': [
- 'compile',
'base_unittests',
'crypto_unittests',
'googleurl_unittests',
« 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