Commit 623ca22e authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Define the chromium.android.fyi console entries at the builders.

Bug: 1067057
Change-Id: I4bab32dc91dad5b3b75d6e6792512b7e0b46a8a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140308
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757993}
parent 9e2055c2
......@@ -45,6 +45,13 @@ ci.console_view(
},
)
ci.console_view(
name = 'chromium.android.fyi',
ordering = {
None: ['android', 'memory', 'weblayer', 'webview'],
},
)
ci.console_view(
name = 'chromium.chromiumos',
ordering = {
......@@ -463,22 +470,41 @@ ci.android_builder(
ci.android_fyi_builder(
name = 'android-bfcache-rel',
console_view_entry = ci.console_view_entry(
category = 'android',
),
)
ci.android_fyi_builder(
name = 'Android WebLayer P FYI (rel)',
console_view_entry = ci.console_view_entry(
category = 'weblayer',
short_name = 'p-rel',
),
)
ci.android_fyi_builder(
name = 'Android WebView P Blink-CORS FYI (rel)',
console_view_entry = ci.console_view_entry(
category = 'webview',
short_name = 'cors',
),
)
ci.android_fyi_builder(
name = 'Android WebView P FYI (rel)',
console_view_entry = ci.console_view_entry(
category = 'webview',
short_name = 'p-rel',
),
)
ci.android_fyi_builder(
name = 'android-marshmallow-x86-fyi-rel',
console_view_entry = ci.console_view_entry(
category = 'emulator|M|x86',
short_name = 'rel',
),
schedule = '0 7 * * *',
triggered_by = [],
)
......@@ -486,6 +512,10 @@ ci.android_fyi_builder(
# TODO(hypan): remove this once there is no associated disabled tests
ci.android_fyi_builder(
name = 'android-pie-x86-fyi-rel',
console_view_entry = ci.console_view_entry(
category = 'emulator|P|x86',
short_name = 'rel',
),
goma_jobs=goma.jobs.J150,
schedule = 'triggered', # triggered manually via Scheduler UI
)
......@@ -2213,6 +2243,13 @@ ci.mac_ios_builder(
ci.memory_builder(
name = 'Android CFI',
# TODO(https://crbug.com/1008094) When this builder is not consistently
# failing, remove the console_view value
console_view = 'chromium.android.fyi',
console_view_entry = ci.console_view_entry(
category = 'memory',
short_name = 'cfi',
),
cores = 32,
# TODO(https://crbug.com/919430) Remove the larger timeout once compile
# times have been brought down to reasonable level
......
luci.console_view(
name = 'chromium.android.fyi',
header = '//consoles/chromium-header.textpb',
repo = 'https://chromium.googlesource.com/chromium/src',
entries = [
luci.console_view_entry(
builder = 'ci/android-bfcache-rel',
category = 'android',
),
# Formerly on chromium.memory. Moved to the FYI console for persistent
# redness. https://crbug.com/1008094
luci.console_view_entry(
builder = 'ci/Android CFI',
category = 'memory',
short_name = 'cfi',
),
luci.console_view_entry(
builder = 'ci/Android WebLayer P FYI (rel)',
category = 'weblayer',
short_name = 'p-rel',
),
luci.console_view_entry(
builder = 'ci/Android WebView P Blink-CORS FYI (rel)',
category = 'webview',
short_name = 'cors',
),
luci.console_view_entry(
builder = 'ci/Android WebView P FYI (rel)',
category = 'webview',
short_name = 'p-rel',
),
luci.console_view_entry(
builder = 'ci/android-marshmallow-x86-fyi-rel',
category = 'emulator|M|x86',
short_name = 'rel',
),
# TODO(hypan): remove this once there is no associaled disabled tests
luci.console_view_entry(
builder = 'ci/android-pie-x86-fyi-rel',
category = 'emulator|P|x86',
short_name = 'rel',
),
],
)
......@@ -104,7 +104,6 @@ exec('//buckets/webrtc.fyi.star')
exec('//consoles/android.packager.star')
exec('//consoles/angle.try.star')
exec('//consoles/chromium.android.fyi.star')
exec('//consoles/chromium.clang.star')
exec('//consoles/chromium.fuzz.star')
exec('//consoles/chromium.goma.star')
......
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