Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1960)

Unified Diff: infra/config/cq.cfg

Issue 2483003002: Sync pdfium tryserver list with main pdfium waterfall. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ }
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698