Skip to content

Commit

Permalink
Add MB configs for (some) dependent Linux tryserver bots
Browse files Browse the repository at this point in the history
This adds MB configs of builders whose MB configs are required to flip
over to MB the bots whose configs were added to MB in
https://codereview.chromium.org/1862373002/.

Additionally, add a config for linux_chromium_browser_side_navigation_rel,
as a satisfying config already existed.

BUG=481692
R=dpranke

Review URL: https://codereview.chromium.org/1887293002

Cr-Commit-Position: refs/heads/master@{#387794}
  • Loading branch information
aneeshm authored and Commit bot committed Apr 16, 2016
1 parent 92efcfd commit 3ed3ff6
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions tools/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -675,12 +675,8 @@
'chromeos_amd64-generic_chromium_compile_only_ng': 'tbd',
'chromeos_daisy_chromium_compile_only_ng': 'tbd',
'chromeos_x86-generic_chromium_compile_only_ng': 'tbd',
'linux_chromium_browser_side_navigation_rel': 'tbd',
'linux_chromium_chromeos_asan_rel_ng': 'tbd',
'linux_chromium_chromeos_compile_dbg_ng': 'tbd',
'linux_chromium_chromeos_dbg_ng': 'tbd',
'linux_chromium_chromeos_msan_rel_ng': 'tbd',
'linux_chromium_chromeos_ozone_rel_ng': 'tbd',

'cast_shell_linux': 'cast_gn_release_trybot',
'chromeos_amd64-generic_variable': 'findit',
Expand All @@ -691,11 +687,18 @@
'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
'linux_chromium_asan_variable': 'findit',
'linux_chromium_browser_side_navigation_rel': 'gyp_release_trybot',
'linux_chromium_cast_variable': 'findit',
'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
'linux_chromium_chromeos_asan_variable': 'findit',
'linux_chromium_chromeos_compile_dbg_ng':
'swarming_chromeos_gyp_debug_trybot',
'linux_chromium_chromeos_compile_rel_ng':
'swarming_chromeos_gn_release_trybot',
'linux_chromium_chromeos_dbg_ng':
'swarming_chromeos_gyp_debug_trybot',
'linux_chromium_chromeos_ozone_rel_ng':
'swarming_chromeos_gyp_ozone_release_trybot',
'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot',
'linux_chromium_chromeos_variable': 'findit',
'linux_chromium_chromeos_variable_chrome': 'findit',
Expand Down Expand Up @@ -1263,6 +1266,14 @@
'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot',
],

'swarming_chromeos_gyp_debug_trybot': [
'swarming', 'chromeos_with_codecs', 'gyp', 'debug_trybot',
],

'swarming_chromeos_gyp_ozone_release_trybot': [
'swarming', 'chromeos_with_codecs', 'gyp', 'ozone', 'release_trybot',
],

'swarming_chromeos_gyp_release_bot': [
'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot',
],
Expand Down

0 comments on commit 3ed3ff6

Please sign in to comment.