Chromium Code Reviews| Index: infra/config/cq.cfg |
| diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg |
| index d90c42f0f21e1405685b5280a1e69b07ea52d0ce..13de5bcba19cad432fa91b32cc8292b67e60c32c 100644 |
| --- a/infra/config/cq.cfg |
| +++ b/infra/config/cq.cfg |
| @@ -35,27 +35,33 @@ verifiers { |
| name: "linux_no_v8" |
| } |
| builders { |
| - name: "linux_skia" |
| - experiment_percentage: 100 |
| - } |
| - builders { |
| name: "linux_xfa" |
| } |
| builders { |
| name: "linux_xfa_asan_lsan" |
| } |
| builders { |
| + name: "linxu_xfa_rel" |
| + } |
| + builders { |
| + name: "linux_skia" |
|
Wei Li
2016/11/07 20:51:22
I don't feel changing order is needed here since t
Lei Zhang
2016/11/07 21:24:37
It is not needed, but I want the list to have the
|
| + experiment_percentage: 100 |
| + } |
| + builders { |
| name: "mac" |
| } |
| builders { |
| name: "mac_no_v8" |
| } |
| builders { |
| - name: "mac_skia" |
| - experiment_percentage: 100 |
| + name: "mac_xfa" |
| } |
| builders { |
| - name: "mac_xfa" |
| + name: "mac_xfa_rel" |
| + } |
| + builders { |
| + name: "mac_skia" |
| + experiment_percentage: 100 |
| } |
| builders { |
| name: "win" |
| @@ -64,15 +70,24 @@ verifiers { |
| name: "win_no_v8" |
| } |
| builders { |
| - name: "win_skia" |
| - experiment_percentage: 100 |
| + name: "win_xfa" |
| } |
| builders { |
| - name: "win_xfa" |
| + name: "win_xfa_32" |
| } |
| builders { |
| name: "win_xfa_clang" |
| } |
| + builders { |
| + name: "win_xfa_clang_32" |
| + } |
| + builders { |
| + name: "win_xfa_rel" |
| + } |
| + builders { |
| + name: "win_skia" |
| + experiment_percentage: 100 |
| + } |
| } |
| } |
| } |