| Index: infra/mb/mb_config.pyl
|
| diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
|
| index 5e7d6d9d11cc48b2a50a7cd15a9db83137f28dcc..00fe7705d9085cd5f13aef2f2e97f453cb25ab65 100644
|
| --- a/infra/mb/mb_config.pyl
|
| +++ b/infra/mb/mb_config.pyl
|
| @@ -20,9 +20,9 @@
|
| # Linux.
|
| 'V8 Linux - builder': 'gn_release_x86_gcmole',
|
| 'V8 Linux - debug builder': 'gn_debug_x86',
|
| - 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap',
|
| - 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap',
|
| - 'V8 Linux - shared': 'gyp_release_x86_shared_verify_heap',
|
| + 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap',
|
| + 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap',
|
| + 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap',
|
| 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n',
|
| # Linux64.
|
| 'V8 Linux64 - builder': 'gn_release_x64',
|
| @@ -135,8 +135,8 @@
|
| 'v8_linux_dbg_ng': 'gn_debug_x86_trybot',
|
| 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot',
|
| 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot',
|
| - 'v8_linux_nosnap_rel': 'gyp_release_x86_no_snap_trybot',
|
| - 'v8_linux_nosnap_dbg': 'gyp_debug_x86_no_snap_trybot',
|
| + 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot',
|
| + 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot',
|
| 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols',
|
| 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols',
|
| 'v8_linux64_rel_ng': 'gn_release_x64_trybot',
|
| @@ -196,6 +196,10 @@
|
| # GN debug configs for x86.
|
| 'gn_debug_x86': [
|
| 'gn', 'debug_bot', 'x86', 'swarming'],
|
| + 'gn_debug_x86_no_snap': [
|
| + 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'],
|
| + 'gn_debug_x86_no_snap_trybot': [
|
| + 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'],
|
| 'gn_debug_x86_trybot': [
|
| 'gn', 'debug_trybot', 'x86', 'swarming'],
|
|
|
| @@ -206,6 +210,12 @@
|
| 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'],
|
| 'gn_release_x86_minimal_symbols': [
|
| 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'],
|
| + 'gn_release_x86_no_snap': [
|
| + 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'],
|
| + 'gn_release_x86_no_snap_trybot': [
|
| + 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'],
|
| + 'gn_release_x86_shared_verify_heap': [
|
| + 'gn', 'release_bot', 'x86', 'shared', 'swarming', 'v8_verify_heap'],
|
|
|
| # Gyp debug configs for arm.
|
| 'gyp_debug_arm': [
|
| @@ -244,10 +254,6 @@
|
| 'gyp', 'debug_trybot', 'x86', 'swarming'],
|
| 'gyp_debug_x86_no_i18n': [
|
| 'gyp', 'debug_bot', 'x86', 'v8_no_i18n'],
|
| - 'gyp_debug_x86_no_snap': [
|
| - 'gyp', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'],
|
| - 'gyp_debug_x86_no_snap_trybot': [
|
| - 'gyp', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'],
|
| 'gyp_debug_x86_vtunejit': [
|
| 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'],
|
| 'gyp_full_debug_x86': [
|
| @@ -338,17 +344,11 @@
|
| 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'],
|
| 'gyp_release_x86_no_i18n_trybot': [
|
| 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'],
|
| - 'gyp_release_x86_no_snap': [
|
| - 'gyp', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'],
|
| 'gyp_release_x86_no_snap_shared_minimal_symbols': [
|
| 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'shared', 'swarming',
|
| 'v8_snapshot_none'],
|
| - 'gyp_release_x86_no_snap_trybot': [
|
| - 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'],
|
| 'gyp_release_x86_predictable': [
|
| 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'],
|
| - 'gyp_release_x86_shared_verify_heap': [
|
| - 'gyp', 'release_bot', 'x86', 'shared', 'swarming', 'v8_verify_heap'],
|
| 'gyp_release_x86_trybot': [
|
| 'gyp', 'release_trybot', 'x86', 'swarming'],
|
| },
|
|
|