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

Unified Diff: projects.py

Issue 23702022: Boot ios_dbg_simulator tests from CQ (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/commit-queue@master
Patch Set: Created 7 years, 3 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: projects.py
diff --git a/projects.py b/projects.py
index e856f27a965b4d9ddd1355d3f21c06f886368e1e..b7a97fa09610f5edd5694de06d372c7ccf7f726b 100644
--- a/projects.py
+++ b/projects.py
@@ -324,13 +324,15 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
'android_aosp': ['compile'],
'ios_dbg_simulator': [
'compile',
- 'base_unittests',
- 'content_unittests',
- 'crypto_unittests',
- 'url_unittests',
- 'net_unittests',
- 'sql_unittests',
- 'ui_unittests',
+ # Tryjobs failing but not main waterfall. Can't tell which are OK,
+ # booting all tests. crbug.com/285659
+ # 'base_unittests',
+ # 'content_unittests',
+ # 'crypto_unittests',
+ # 'url_unittests',
+ # 'net_unittests',
+ # 'sql_unittests',
+ # 'ui_unittests',
],
'ios_rel_device': ['compile'],
'linux_aura': linux_aura_tests,
« 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