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

Don't evaluate the chrome project console entries on branches.

Bug: 1119446
Change-Id: I9b099b03b634425ff6ee7149bbdd4dcc0f4b0fea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378901
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Erik Staab <estaab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#802105}
parent 5ce05ec4
...@@ -275,7 +275,7 @@ ci.console_view( ...@@ -275,7 +275,7 @@ ci.console_view(
) )
# The chromium.clang console includes some entries for builders from the chrome project # The chromium.clang console includes some entries for builders from the chrome project
[luci.console_view_entry( [branches.console_view_entry(
builder = "chrome:ci/{}".format(name), builder = "chrome:ci/{}".format(name),
console_view = "chromium.clang", console_view = "chromium.clang",
category = category, category = category,
...@@ -291,7 +291,7 @@ ci.console_view( ...@@ -291,7 +291,7 @@ ci.console_view(
)] )]
# The main console includes some entries for builders from the chrome project # The main console includes some entries for builders from the chrome project
[luci.console_view_entry( [branches.console_view_entry(
builder = "chrome:ci/{}".format(name), builder = "chrome:ci/{}".format(name),
console_view = "main", console_view = "main",
category = "chrome", category = "chrome",
......
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