Commit edb85e41 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Add entries to the main console for missing waterfall builders.

There are some configurations that we do not have the capacity to run
on CQ and/or do not catch enough errors to justify running on CQ but
still want to roll back breaking changes. This adds those builders back
to the main console.

Change-Id: I9c8059fdda5f181521c85037c2d4c57bc54aba94
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147873Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759089}
parent d4eb6944
...@@ -2999,6 +2999,9 @@ ci.mac_ios_builder( ...@@ -2999,6 +2999,9 @@ ci.mac_ios_builder(
short_name = 'dev', short_name = 'dev',
), ),
executable = 'recipe:chromium', executable = 'recipe:chromium',
# We don't have necessary capacity to run this configuration in CQ, but it
# is part of the main waterfall
main_console_view = 'main',
) )
ci.mac_ios_builder( ci.mac_ios_builder(
...@@ -3007,6 +3010,9 @@ ci.mac_ios_builder( ...@@ -3007,6 +3010,9 @@ ci.mac_ios_builder(
category = 'ios|default', category = 'ios|default',
short_name = 'non', short_name = 'non',
), ),
# We don't have necessary capacity to run this configuration in CQ, but it
# is part of the main waterfall
main_console_view = 'main',
) )
......
...@@ -10618,6 +10618,11 @@ consoles: < ...@@ -10618,6 +10618,11 @@ consoles: <
category: "chromium.mac|debug" category: "chromium.mac|debug"
short_name: "13" short_name: "13"
> >
builders: <
name: "buildbucket/luci.chromium.ci/ios-device"
category: "chromium.mac|ios|default"
short_name: "dev"
>
builders: < builders: <
name: "buildbucket/luci.chromium.ci/ios-simulator" name: "buildbucket/luci.chromium.ci/ios-simulator"
category: "chromium.mac|ios|default" category: "chromium.mac|ios|default"
...@@ -10628,6 +10633,11 @@ consoles: < ...@@ -10628,6 +10633,11 @@ consoles: <
category: "chromium.mac|ios|default" category: "chromium.mac|ios|default"
short_name: "ful" short_name: "ful"
> >
builders: <
name: "buildbucket/luci.chromium.ci/ios-simulator-noncq"
category: "chromium.mac|ios|default"
short_name: "non"
>
builders: < builders: <
name: "buildbucket/luci.chromium.ci/Linux Builder" name: "buildbucket/luci.chromium.ci/Linux Builder"
category: "chromium.linux|release" category: "chromium.linux|release"
......
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