diff --git a/infra/README.md b/infra/README.md index 24d074f1c..d3301be06 100644 --- a/infra/README.md +++ b/infra/README.md @@ -40,7 +40,7 @@ Try jobs from pre-commit builds are found on the builders console: * Update **`infra/config/global/cr-buildbucket.cfg`** to add the new builder (to ci and try), and set the new config option. * Update **`infra/config/global/luci-milo.cfg`** to make the builders show up on the ci and try waterfalls. * Update **`infra/config/global/luci-scheduler.cfg`** to make the builders trigger on new commits or try jobs respectively. - * Update **`infra/config/cq.cfg`** to add the builder to the default CQ jobs (if desired). + * Update **`infra/config/global/commit-queue.cfg`** to add the builder to the default CQ jobs (if desired). ## Other Configuration diff --git a/infra/config/global/commit-queue.cfg b/infra/config/global/commit-queue.cfg index ab8bf0a46..c30680007 100644 --- a/infra/config/global/commit-queue.cfg +++ b/infra/config/global/commit-queue.cfg @@ -62,6 +62,12 @@ config_groups { builders { name: "angle/try/win-msvc-x86-rel" } + builders { + name: "angle/try/winuwp-x64-dbg" + } + builders { + name: "angle/try/winuwp-x64-rel" + } builders { name: "chromium/try/android_angle_deqp_rel_ng" }