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

Unified Diff: masters/master.tryserver.client.pdfium/builders.pyl

Issue 2486463002: Sync pdfium tryserver configs with main pdfium waterfall. (Closed)
Patch Set: alphabetical order 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: masters/master.tryserver.client.pdfium/builders.pyl
diff --git a/masters/master.tryserver.client.pdfium/builders.pyl b/masters/master.tryserver.client.pdfium/builders.pyl
index 51d24d9459917eb71c577434b05f2158f261a758..c4e196ce8d5bd6da331061a10516a8dcc5df6583 100644
--- a/masters/master.tryserver.client.pdfium/builders.pyl
+++ b/masters/master.tryserver.client.pdfium/builders.pyl
@@ -74,12 +74,24 @@
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["linux_slave_pool"],
+ "slavebuilddir": "pdfium",
"category": "1xfa",
"properties": {
"xfa": True,
"memory_tool": "asan",
},
},
+ "linux_xfa_rel": {
+ "recipe": "pdfium",
+ "scheduler": None,
+ "slave_pools": ["linux_slave_pool"],
+ "slavebuilddir": "pdfium",
+ "category": "1xfa",
+ "properties": {
+ "xfa": True,
+ "rel": True,
+ },
+ },
"mac": {
"recipe": "pdfium",
"scheduler": None,
@@ -119,6 +131,17 @@
"xfa": True,
}
},
+ "mac_xfa_rel": {
+ "recipe": "pdfium",
+ "scheduler": None,
+ "slave_pools": ["mac_slave_pool"],
+ "slavebuilddir": "pdfium",
+ "category": "1xfa",
+ "properties": {
+ "xfa": True,
+ "rel": True,
+ },
+ },
"win": {
"recipe": "pdfium",
"scheduler": None,
@@ -158,16 +181,51 @@
"xfa": True,
}
},
+ "win_xfa_32": {
+ "recipe": "pdfium",
+ "scheduler": None,
+ "slave_pools": ["win_slave_pool"],
+ "slavebuilddir": "pdfium",
+ "category": "1xfa",
+ "properties": {
+ "xfa": True,
+ "target_cpu": "x86",
+ },
+ },
"win_xfa_clang": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["win_slave_pool"],
+ "slavebuilddir": "pdfium",
+ "category": "1xfa",
+ "properties": {
+ "xfa": True,
+ "clang": True,
+ },
+ },
+ "win_xfa_clang_32": {
+ "recipe": "pdfium",
+ "scheduler": None,
+ "slave_pools": ["win_slave_pool"],
+ "slavebuilddir": "pdfium",
"category": "1xfa",
"properties": {
"xfa": True,
"clang": True,
+ "target_cpu": "x86",
},
},
+ "win_xfa_rel": {
+ "recipe": "pdfium",
+ "scheduler": None,
+ "slave_pools": ["win_slave_pool"],
+ "slavebuilddir": "pdfium",
+ "category": "1xfa",
+ "properties": {
+ "xfa": True,
+ "rel": True,
+ }
+ },
},
"schedulers": {},
« 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