[fuchsia] Add webgl builders into console
Bug: 378542211 Change-Id: Ib23012369e0978778fb3089cf9f42abd0c87dbeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6023867 Auto-Submit: Zijie He <zijiehe@google.com> Reviewed-by: Haiyang Pan <hypan@google.com> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/main@{#1383253}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ee1abc2690
commit
38d43209a0
infra/config
@ -260,6 +260,27 @@ config_groups {
|
||||
owner_whitelist_group: "googlers"
|
||||
owner_whitelist_group: "project-chromium-robot-committers"
|
||||
}
|
||||
builders {
|
||||
name: "chrome/try/fuchsia-webgl-astro"
|
||||
includable_only: true
|
||||
result_visibility: COMMENT_LEVEL_RESTRICTED
|
||||
owner_whitelist_group: "googlers"
|
||||
owner_whitelist_group: "project-chromium-robot-committers"
|
||||
}
|
||||
builders {
|
||||
name: "chrome/try/fuchsia-webgl-nelson"
|
||||
includable_only: true
|
||||
result_visibility: COMMENT_LEVEL_RESTRICTED
|
||||
owner_whitelist_group: "googlers"
|
||||
owner_whitelist_group: "project-chromium-robot-committers"
|
||||
}
|
||||
builders {
|
||||
name: "chrome/try/fuchsia-webgl-sherlock"
|
||||
includable_only: true
|
||||
result_visibility: COMMENT_LEVEL_RESTRICTED
|
||||
owner_whitelist_group: "googlers"
|
||||
owner_whitelist_group: "project-chromium-robot-committers"
|
||||
}
|
||||
builders {
|
||||
name: "chrome/try/internal-cq-builder-verifier"
|
||||
result_visibility: COMMENT_LEVEL_RESTRICTED
|
||||
|
@ -2242,6 +2242,21 @@ consoles {
|
||||
category: "hardware|smoke"
|
||||
short_name: "sher"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.chrome.ci/fuchsia-webgl-astro"
|
||||
category: "hardware|webgl"
|
||||
short_name: "ast"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.chrome.ci/fuchsia-webgl-nelson"
|
||||
category: "hardware|webgl"
|
||||
short_name: "nsn"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.chrome.ci/fuchsia-webgl-sherlock"
|
||||
category: "hardware|webgl"
|
||||
short_name: "sher"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.chromium.ci/fuchsia-fyi-x64-dbg-persistent-emulator"
|
||||
category: "fyi"
|
||||
|
@ -216,6 +216,18 @@ chrome_internal_verifier(
|
||||
builder = "fuchsia-smoke-sherlock-roller",
|
||||
)
|
||||
|
||||
chrome_internal_verifier(
|
||||
builder = "fuchsia-webgl-astro",
|
||||
)
|
||||
|
||||
chrome_internal_verifier(
|
||||
builder = "fuchsia-webgl-nelson",
|
||||
)
|
||||
|
||||
chrome_internal_verifier(
|
||||
builder = "fuchsia-webgl-sherlock",
|
||||
)
|
||||
|
||||
chrome_internal_verifier(
|
||||
branch_selector = branches.selector.IOS_BRANCHES,
|
||||
builder = "ios-rel-ready",
|
||||
|
@ -198,6 +198,9 @@ consoles.console_view(
|
||||
("fuchsia-smoke-sherlock-roller", "hardware|smoke", "roll"),
|
||||
("fuchsia-perf-nsn", "hardware|perf", "nsn"),
|
||||
("fuchsia-perf-shk", "hardware|perf", "sher"),
|
||||
("fuchsia-webgl-astro", "hardware|webgl", "ast"),
|
||||
("fuchsia-webgl-nelson", "hardware|webgl", "nsn"),
|
||||
("fuchsia-webgl-sherlock", "hardware|webgl", "sher"),
|
||||
("fuchsia-x64", "p/chrome|official", "x64"),
|
||||
("fuchsia-x64-nest-sd", "p/chrome|official", "nest-x64"),
|
||||
)]
|
||||
|
Reference in New Issue
Block a user