| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 6f6c7e172f375bd7ae0fb240e6e2cc6054b07f55..3907a35b7026b3696eba9d7328e516aba2739a9b 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -1581,6 +1581,7 @@
|
| 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot': [
|
| 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
|
| 'release_trybot', 'angle_deqp_tests', 'chromeos',
|
| + 'dcheck_always_on',
|
| ],
|
|
|
| 'swarming_gpu_fyi_tests_gn_debug_trybot': [
|
| @@ -1590,7 +1591,7 @@
|
|
|
| 'swarming_gpu_fyi_tests_gn_release_trybot': [
|
| 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
|
| - 'release_bot', 'angle_deqp_tests',
|
| + 'release_bot', 'angle_deqp_tests', 'dcheck_always_on',
|
| ],
|
|
|
| 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86': [
|
| @@ -1605,7 +1606,7 @@
|
|
|
| 'swarming_gpu_fyi_tests_gyp_release_trybot': [
|
| 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
|
| - 'release_trybot',
|
| + 'release_trybot', 'dcheck_always_on',
|
| ],
|
|
|
| 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64': [
|
| @@ -1619,12 +1620,12 @@
|
| ],
|
|
|
| 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64': [
|
| - 'swarming', 'gpu_tests', 'angle_deqp_tests',
|
| + 'swarming', 'gpu_tests', 'angle_deqp_tests', 'dcheck_always_on',
|
| 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x64',
|
| ],
|
|
|
| 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [
|
| - 'swarming', 'gpu_tests', 'angle_deqp_tests',
|
| + 'swarming', 'gpu_tests', 'angle_deqp_tests', 'dcheck_always_on',
|
| 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86',
|
| ],
|
|
|
| @@ -1637,11 +1638,12 @@
|
| ],
|
|
|
| 'swarming_gpu_tests_gn_release_trybot': [
|
| - 'swarming', 'gpu_tests', 'gn', 'release_trybot',
|
| + 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'dcheck_always_on',
|
| ],
|
|
|
| 'swarming_gpu_tests_gn_release_trybot_x86': [
|
| 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86',
|
| + 'dcheck_always_on',
|
| ],
|
|
|
| 'swarming_gpu_tests_gyp_debug_trybot': [
|
| @@ -1649,19 +1651,20 @@
|
| ],
|
|
|
| 'swarming_gpu_tests_gyp_release_bot': [
|
| - 'swarming', 'gpu_tests', 'gyp', 'release_bot',
|
| + 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'dcheck_always_on',
|
| ],
|
|
|
| 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
|
| 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
|
| + 'dcheck_always_on',
|
| ],
|
|
|
| 'swarming_gpu_tests_gyp_release_bot_x86': [
|
| - 'swarming', 'gpu_tests', 'gyp', 'release_bot',
|
| + 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'dcheck_always_on',
|
| ],
|
|
|
| 'swarming_gpu_tests_gyp_release_trybot': [
|
| - 'swarming', 'gpu_tests', 'gyp', 'release_trybot',
|
| + 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'dcheck_always_on',
|
| ],
|
|
|
| ('swarming_gyp_asan_clang_edge_fuzzer'
|
|
|