Skip to content

Commit

Permalink
luci-scheduler.cfg: Add Dawn GPU Windows bots
Browse files Browse the repository at this point in the history
BUG=chromium:901830

Change-Id: I009fe723027280283ddfb69ee0e04d98ef3fa79e
Reviewed-on: https://chromium-review.googlesource.com/c/1335578
Reviewed-by: Andrii Shyshkalov <[email protected]>
Commit-Queue: Corentin Wallez <[email protected]>
Cr-Commit-Position: refs/heads/master@{#608323}
  • Loading branch information
Kangz authored and Commit Bot committed Nov 15, 2018
1 parent a910fc1 commit 2b277a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions infra/config/global/luci-scheduler.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2258,6 +2258,22 @@ job {
# Windows Builders. Sorted alphabetically.
################################################################################

job {
id: "Dawn GPU Win10 Release (Intel HD 630)"
# Triggered by "GPU FYI Win Builder"
acl_sets: "triggered-by-parent-builders"
# This bot doesn't actually exist, so it's noop'ed out. crbug.com/819899
noop: {}
}

job {
id: "Dawn GPU Win10 Release (NVIDIA)"
# Triggered by "GPU FYI Win Builder"
acl_sets: "triggered-by-parent-builders"
# This bot doesn't actually exist, so it's noop'ed out. crbug.com/819899
noop: {}
}

job {
id: "GPU FYI Win Builder"
acl_sets: "default"
Expand Down

0 comments on commit 2b277a0

Please sign in to comment.