Commit 4dc1eb42 by Yuly Novikov Committed by Commit Bot

Add UWP builders to CQ

Also update doc. Bug: angleproject:3928 Change-Id: I1134e1fa9338fa95d647502bf62edb42555caec8 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2033487Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent a805ac7c
...@@ -40,7 +40,7 @@ Try jobs from pre-commit builds are found on the builders console: ...@@ -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/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-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/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 ## Other Configuration
......
...@@ -63,6 +63,12 @@ config_groups { ...@@ -63,6 +63,12 @@ config_groups {
name: "angle/try/win-msvc-x86-rel" name: "angle/try/win-msvc-x86-rel"
} }
builders { builders {
name: "angle/try/winuwp-x64-dbg"
}
builders {
name: "angle/try/winuwp-x64-rel"
}
builders {
name: "chromium/try/android_angle_deqp_rel_ng" name: "chromium/try/android_angle_deqp_rel_ng"
} }
builders { builders {
......
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