Remove win7_aura from the CQ since it's a subset of win_rel now.
BUG=316199
Review URL: https://codereview.chromium.org/65533004
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/commit-queue@234533 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/projects.py b/projects.py
index b16ffb5..0e4f62a 100644
--- a/projects.py
+++ b/projects.py
@@ -302,7 +302,7 @@
# 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.
- aura_tests = [
+ linux_aura_tests = [
'app_list_unittests',
'aura_unittests',
'browser_tests',
@@ -311,12 +311,7 @@
'content_unittests',
'interactive_ui_tests',
'unit_tests',
- 'views_unittests',
]
- linux_aura_tests = aura_tests[:]
- linux_aura_tests.remove('views_unittests')
- win7_aura_tests = aura_tests[:]
- win7_aura_tests.remove('app_list_unittests')
builders_and_tests = {
# TODO(maruel): Figure out a way to run 'sizes' where people can
# effectively update the perf expectation correctly. This requires a
@@ -376,9 +371,6 @@
'telemetry_unittests',
],
'win': ['compile'],
- 'win7_aura': win7_aura_tests + [
- 'ash_unittests',
- ],
'win_rel': standard_tests + [
'app_list_unittests',
'ash_unittests',