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

Unified Diff: projects.py

Issue 61593009: Revert "Remove linux_aura from CQ, merge aura tests onto linux_rel." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Created 7 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 ed06c076ced9d79f691e9558a59e950c5342f6a3..0e4f62ae13de530ca5d144f0ec49917ae3d2a92d 100644
--- a/projects.py
+++ b/projects.py
@@ -299,6 +299,19 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
'unit_tests',
#'webkit_unit_tests',
]
+ # Use a smaller set of tests for *_aura, since there's a lot of overlap with
+ # the corresponding *_rel builders.
+ # Note: *_aura are Release builders even if their names convey otherwise.
+ linux_aura_tests = [
+ 'app_list_unittests',
+ 'aura_unittests',
+ 'browser_tests',
+ 'compositor_unittests',
+ 'content_browsertests',
+ 'content_unittests',
+ 'interactive_ui_tests',
+ 'unit_tests',
+ ]
builders_and_tests = {
# TODO(maruel): Figure out a way to run 'sizes' where people can
# effectively update the perf expectation correctly. This requires a
@@ -321,6 +334,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
'ui_unittests',
],
'ios_rel_device': ['compile'],
+ 'linux_aura': linux_aura_tests,
'linux_clang': ['compile'],
'linux_chromeos_clang': ['compile'],
# Note: It is a Release builder even if its name convey otherwise.
@@ -335,12 +349,9 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
'sandbox_linux_unittests',
],
'linux_rel': standard_tests + [
- 'app_list_unittests',
- 'aura_unittests',
'cc_unittests',
'chromedriver2_unittests',
'components_unittests',
- 'compositor_unittests',
'nacl_integration',
'remoting_unittests',
'sandbox_linux_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