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

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

Issue 2248363003: V8: increase number of shards for arm64 gc stress. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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_client_v8_ports_V8_Linux___arm64___sim___gc_stress.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 6c6661a60970db468c372f9fc67c78ffcce60145..627b3f60b8f6248bafc55d70f4422f0f0c12f80c 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -30,6 +30,7 @@ IgnitionTurbofan = TestStepConfig('ignition_turbofan')
Mjsunit = TestStepConfig('mjsunit')
Mjsunit_2 = TestStepConfig('mjsunit', shards=2)
Mjsunit_3 = TestStepConfig('mjsunit', shards=3)
+Mjsunit_4 = TestStepConfig('mjsunit', shards=4)
MjsunitExtra_3 = TestStepConfig('mjsunit_extra', shards=3)
MjsunitIgnitionTurbofan_2 = TestStepConfig(
'mjsunit_ignition_turbofan', shards=2)
@@ -1468,7 +1469,7 @@ BUILDERS = {
'default_expiration': 2 * 60 * 60,
'default_priority': 35,
},
- 'tests': [Mjsunit_3, Webkit],
+ 'tests': [Mjsunit_4, Webkit],
'testing': {'platform': 'linux'},
},
####### Category: MIPS
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698