summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infra/config/cq.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index 4ab16aaff5..ac6ee5012d 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -32,6 +32,10 @@ verifiers {
name: "linux_no_v8"
}
builders {
+ name: "linux_skia"
+ experiment_percentage: 100
+ }
+ builders {
name: "mac"
}
builders {
@@ -41,6 +45,10 @@ verifiers {
name: "mac_no_v8"
}
builders {
+ name: "mac_skia"
+ experiment_percentage: 100
+ }
+ builders {
name: "win"
}
builders {
@@ -50,6 +58,10 @@ verifiers {
name: "win_no_v8"
}
builders {
+ name: "win_skia"
+ experiment_percentage: 100
+ }
+ builders {
name: "linux_xfa_rel_gn"
}
builders {