| 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 bdc6a7725fcceca41a86b1de31c2f1f39f212db8..250ec6efd0e750925914416c3de493f1b4dabca0 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -1567,6 +1567,41 @@ BUILDERS = {
|
| ],
|
| 'testing': {'platform': 'linux'},
|
| },
|
| + 'v8_linux_rel_ng': {
|
| + 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'],
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'builder',
|
| + 'enable_swarming': True,
|
| + 'slim_swarming_builder': True,
|
| + 'triggers': [
|
| + 'v8_linux_rel_ng_triggered',
|
| + ],
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| + 'v8_linux_rel_ng_triggered': {
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'tester',
|
| + 'parent_buildername': 'v8_linux_rel_ng',
|
| + 'enable_swarming': True,
|
| + 'tests': [
|
| + V8Testing,
|
| + OptimizeForSize,
|
| + Test262Variants_2,
|
| + Mozilla,
|
| + Benchmarks,
|
| + SimdJs,
|
| + Ignition,
|
| + MjsunitSPFrameAccess,
|
| + Test262Ignition,
|
| + ],
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| 'v8_linux_avx2_dbg': {
|
| 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'],
|
| 'v8_config_kwargs': {
|
| @@ -1625,6 +1660,40 @@ BUILDERS = {
|
| ],
|
| 'testing': {'platform': 'linux'},
|
| },
|
| + 'v8_linux_dbg_ng': {
|
| + 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'],
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'builder',
|
| + 'enable_swarming': True,
|
| + 'slim_swarming_builder': True,
|
| + 'triggers': [
|
| + 'v8_linux_dbg_ng_triggered',
|
| + ],
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| + 'v8_linux_dbg_ng_triggered': {
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'tester',
|
| + 'parent_buildername': 'v8_linux_dbg_ng',
|
| + 'enable_swarming': True,
|
| + 'tests': [
|
| + V8Testing_2,
|
| + Test262,
|
| + Mozilla,
|
| + Benchmarks,
|
| + SimdJs,
|
| + Ignition,
|
| + MjsunitSPFrameAccess,
|
| + Test262Ignition,
|
| + ],
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| 'v8_linux_greedy_allocator_dbg': {
|
| 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'],
|
| 'v8_apply_config': ['greedy_allocator', 'turbo_variant'],
|
| @@ -1699,6 +1768,40 @@ BUILDERS = {
|
| ],
|
| 'testing': {'platform': 'linux'},
|
| },
|
| + 'v8_linux64_rel_ng': {
|
| + 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'],
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 64,
|
| + },
|
| + 'bot_type': 'builder',
|
| + 'enable_swarming': True,
|
| + 'slim_swarming_builder': True,
|
| + 'triggers': [
|
| + 'v8_linux64_rel_ng_triggered',
|
| + ],
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| + 'v8_linux64_rel_ng_triggered': {
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 64,
|
| + },
|
| + 'bot_type': 'tester',
|
| + 'parent_buildername': 'v8_linux64_rel_ng',
|
| + 'enable_swarming': True,
|
| + 'tests': [
|
| + V8Initializers,
|
| + V8Testing,
|
| + OptimizeForSize,
|
| + Test262Variants_2,
|
| + SimdJs,
|
| + Ignition,
|
| + MjsunitSPFrameAccess,
|
| + Test262Ignition,
|
| + ],
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| 'v8_linux64_avx2_rel': {
|
| 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'],
|
| 'v8_config_kwargs': {
|
|
|