Commit f7019e45 by Jamie Madill Committed by Commit Bot

infra: Add builder group to CI properties.

The builder group is necessary for recipe scripts. A first preliminary step towards standalone testers. Note on naming: Chromium bots use "chromium.X". WebRTC and V8 use "client.webrtc" etc. Going with just "angle" for simplicity. Bug: angleproject:5114 Change-Id: Ie0e47aa28eaeab4ebe8d13900c1b68cad8a7a1a5 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2805892Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 323c5f24
...@@ -120,6 +120,7 @@ def angle_standalone_builder(name, clang, debug, cpu, uwp = False, trace_tests = ...@@ -120,6 +120,7 @@ def angle_standalone_builder(name, clang, debug, cpu, uwp = False, trace_tests =
properties = { properties = {
"debug": debug, "debug": debug,
"target_cpu": cpu, "target_cpu": cpu,
"builder_group": "angle",
} }
os = get_os_from_name(name) os = get_os_from_name(name)
dimensions = {} dimensions = {}
......
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