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

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

Issue 1440673002: V8 Buildbot: Add ignition coverage to CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel.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 d02b5dfb7133707d05c6c559e93b4152f7c46680..6df3f83fbe06e572590a9f55f5f7cb1f2f9fb2cd 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -31,6 +31,7 @@ SimpleLeak = TestStepConfig('simpleleak')
Test262 = TestStepConfig('test262')
Test262_2 = TestStepConfig('test262', shards=2)
Test262Ignition = TestStepConfig('test262_ignition')
+Test262Ignition_2 = TestStepConfig('test262_ignition', shards=2)
Test262Variants = TestStepConfig('test262_variants')
Test262Variants_2 = TestStepConfig('test262_variants', shards=2)
Test262Variants_3 = TestStepConfig('test262_variants', shards=3)
@@ -1615,6 +1616,8 @@ BUILDERS = {
Mozilla,
Benchmarks,
SimdJs,
+ MjsunitIgnition,
+ Test262Ignition,
],
'testing': {'platform': 'linux'},
},
@@ -1650,7 +1653,15 @@ BUILDERS = {
},
'bot_type': 'builder_tester',
'enable_swarming': True,
- 'tests': [V8Testing_2, Test262, Mozilla, Benchmarks, SimdJs],
+ 'tests': [
+ V8Testing_2,
+ Test262,
+ Mozilla,
+ Benchmarks,
+ SimdJs,
+ MjsunitIgnition,
+ Test262Ignition,
+ ],
'testing': {'platform': 'linux'},
},
'v8_linux_greedy_allocator_dbg': {
@@ -1721,6 +1732,8 @@ BUILDERS = {
OptimizeForSize,
Test262Variants_2,
SimdJs,
+ MjsunitIgnition,
+ Test262Ignition,
],
'testing': {'platform': 'linux'},
},
@@ -2043,7 +2056,14 @@ BUILDERS = {
},
'bot_type': 'builder_tester',
'enable_swarming': True,
- 'tests': [V8Testing_3, Test262, Mozilla, SimdJs],
+ 'tests': [
+ V8Testing_3,
+ Test262,
+ Mozilla,
+ SimdJs,
+ MjsunitIgnition,
+ Test262Ignition_2,
+ ],
'testing': {'platform': 'linux'},
},
'v8_linux_arm_dbg': {
@@ -2054,7 +2074,14 @@ BUILDERS = {
},
'bot_type': 'builder_tester',
'enable_swarming': True,
- 'tests': [V8Testing_3, Test262, Mozilla, SimdJs],
+ 'tests': [
+ V8Testing_3,
+ Test262,
+ Mozilla,
+ SimdJs,
+ MjsunitIgnition,
+ Test262Ignition_2,
+ ],
'testing': {'platform': 'linux'},
},
'v8_linux_arm_armv8a_rel': {
@@ -2089,7 +2116,14 @@ BUILDERS = {
},
'bot_type': 'builder_tester',
'enable_swarming': True,
- 'tests': [V8Testing_3, Test262, Mozilla, SimdJs],
+ 'tests': [
+ V8Testing_3,
+ Test262,
+ Mozilla,
+ SimdJs,
+ MjsunitIgnition,
+ Test262Ignition_2,
+ ],
'testing': {'platform': 'linux'},
},
'v8_linux_arm64_dbg': {
@@ -2100,7 +2134,14 @@ BUILDERS = {
},
'bot_type': 'builder_tester',
'enable_swarming': True,
- 'tests': [V8Testing_3, Test262, Mozilla, SimdJs],
+ 'tests': [
+ V8Testing_3,
+ Test262,
+ Mozilla,
+ SimdJs,
+ MjsunitIgnition,
+ Test262Ignition_2,
+ ],
'testing': {'platform': 'linux'},
},
'v8_linux_arm64_gc_stress_dbg': {
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698