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

Unified Diff: masters/master.tryserver.chromium.android/builders.pyl

Issue 1851253003: Adding android variable builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 9 months 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.chromium.android/builders.pyl
diff --git a/masters/master.tryserver.chromium.android/builders.pyl b/masters/master.tryserver.chromium.android/builders.pyl
index 1d9b1776a5deded27b71a8257f3773afa2f89d08..029326075cc90fde9850b55a9e149b069c8e5bde 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -149,7 +149,35 @@
"builder_timeout_s": 6900, # 60 * 115
"recipe": "findit/chromium/compile",
"scheduler": None,
- "slavebuilddir": "android_chromium_variable",
+ "slavebuilddir": "android",
+ "slave_pools": ["ccompute_optional_bots"],
+ },
+ "android_chromium_variable_arm64": {
+ "builder_timeout_s": 6900, # 60 * 115
+ "recipe": "findit/chromium/compile",
+ "scheduler": None,
+ "slavebuilddir": "android_arm64_dbg_recipe",
+ "slave_pools": ["ccompute_optional_bots"],
+ },
+ "android_chromium_variable_cast_shell": {
+ "builder_timeout_s": 6900, # 60 * 115
+ "recipe": "findit/chromium/compile",
+ "scheduler": None,
+ "slavebuilddir": "cast_shell_android",
+ "slave_pools": ["ccompute_optional_bots"],
+ },
+ "android_chromium_variable_clang": {
+ "builder_timeout_s": 6900, # 60 * 115
+ "recipe": "findit/chromium/compile",
+ "scheduler": None,
+ "slavebuilddir": "android_clang_dbg_recipe",
+ "slave_pools": ["ccompute_optional_bots"],
+ },
+ "android_chromium_variable_gn": {
+ "builder_timeout_s": 6900, # 60 * 115
+ "recipe": "findit/chromium/compile",
+ "scheduler": None,
+ "slavebuilddir": "android_chromium_gn",
"slave_pools": ["ccompute_optional_bots"],
},
"android_chromium_variable_nexus4": {
« 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