| 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 ddfa3a7e096898ca68b4bdd13b1d090953b7aa0a..78dd1321291afe1ed610c82ca514047eb99a54b7 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -1627,7 +1627,15 @@ BUILDERS = {
|
| },
|
| 'bot_type': 'builder_tester',
|
| 'enable_swarming': True,
|
| - 'tests': [V8Testing, Test262Variants_2, Mozilla, Benchmarks, SimdJs],
|
| + 'tests': [
|
| + V8Testing,
|
| + Test262Variants_2,
|
| + Test262Ignition,
|
| + Ignition,
|
| + Mozilla,
|
| + Benchmarks,
|
| + SimdJs,
|
| + ],
|
| 'testing': {'platform': 'linux'},
|
| },
|
| 'v8_linux_dbg': {
|
|
|