Commit 3ecbe5a3 authored by qyearsley's avatar qyearsley Committed by Commit bot

Add entry to mb_config.pyl for Linux layout test try bot with flag --enable-slimming-paint-v2.

This just adds an entry to mb_config.pyl; the rest of the
config for this builder is in http://crrev.com/2153503006.

BUG=622865

Review-Url: https://codereview.chromium.org/2156633003
Cr-Commit-Position: refs/heads/master@{#406726}
parent ca40bc98
...@@ -776,8 +776,15 @@ ...@@ -776,8 +776,15 @@
'linux_chromium_webkit_msan_variable': 'findit', 'linux_chromium_webkit_msan_variable': 'findit',
'linux_chromium_webkit_variable': 'findit', 'linux_chromium_webkit_variable': 'findit',
'linux_chromiumos_full_variable': 'findit', 'linux_chromiumos_full_variable': 'findit',
'linux_nacl_sdk': 'gn_release_bot',
# This is 'release_bot' rather than 'release_trybot' because
# 'release_trybot' includes 'dcheck_always_on', which might cause
# some layout test results to be different than for normal release
# builds (and we only store baselines for release builds).
'linux_layout_tests_slimming_paint_v2': 'swarming_gn_release_bot',
'linux_nacl_sdk_build': 'gn_release_bot', 'linux_nacl_sdk_build': 'gn_release_bot',
'linux_nacl_sdk': 'gn_release_bot',
'linux_optional_gpu_tests_rel': 'linux_optional_gpu_tests_rel':
'swarming_gpu_fyi_tests_gn_release_trybot', 'swarming_gpu_fyi_tests_gn_release_trybot',
'linux_site_isolation': 'gn_release_trybot', 'linux_site_isolation': 'gn_release_trybot',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment