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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1890093002: V8: Add mozilla test to win dbg. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index df806fb2e0d049fce785d04b3f71fbb02a851ae7..74c024c70596b3227a3b047c96ae56503d62bd84 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -2020,7 +2020,7 @@ BUILDERS = {
'TARGET_BITS': 32,
},
'bot_type': 'builder_tester',
- 'tests': [V8Testing, Ignition],
+ 'tests': [V8Testing, Ignition, Mozilla],
'testing': {'platform': 'win'},
},
'v8_win_compile_dbg': {
@@ -2198,7 +2198,7 @@ BUILDERS = {
'swarming_dimensions': {
'os': 'Windows-7-SP1',
},
- 'tests': [V8Testing_2, SimdJs, Ignition],
+ 'tests': [V8Testing_2, SimdJs, Ignition, Mozilla],
'testing': {'platform': 'win'},
},
'v8_mac_rel_ng': {
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698