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

Unified Diff: projects.py

Issue 65533004: Remove win7_aura from the CQ since it's a subset of win_rel now. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/commit-queue/
Patch Set: sync 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
===================================================================
--- projects.py (revision 234531)
+++ projects.py (working copy)
@@ -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',
« 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