| Index: infra/config/cq.cfg
|
| diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
|
| index d90c42f0f21e1405685b5280a1e69b07ea52d0ce..2c1d3c654213b1bd23a42bc8e87cdb2ce21c7c66 100644
|
| --- a/infra/config/cq.cfg
|
| +++ b/infra/config/cq.cfg
|
| @@ -45,6 +45,9 @@ verifiers {
|
| name: "linux_xfa_asan_lsan"
|
| }
|
| builders {
|
| + name: "linux_xfa_rel"
|
| + }
|
| + builders {
|
| name: "mac"
|
| }
|
| builders {
|
| @@ -58,6 +61,9 @@ verifiers {
|
| name: "mac_xfa"
|
| }
|
| builders {
|
| + name: "mac_xfa_rel"
|
| + }
|
| + builders {
|
| name: "win"
|
| }
|
| builders {
|
| @@ -71,8 +77,17 @@ verifiers {
|
| name: "win_xfa"
|
| }
|
| builders {
|
| + name: "win_xfa_32"
|
| + }
|
| + builders {
|
| name: "win_xfa_clang"
|
| }
|
| + builders {
|
| + name: "win_xfa_clang_32"
|
| + }
|
| + builders {
|
| + name: "win_xfa_rel"
|
| + }
|
| }
|
| }
|
| }
|
|
|