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

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

Issue 2230453002: tryserver.chromium.{android,linux,mac,win}: convert findit builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 | masters/master.tryserver.chromium.linux/master.cfg » ('j') | 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 285b6745b46a80edd3bf96410912868733bfce37..9727268ffc0a1fa820f7700aae9305525d083f0b 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -136,6 +136,7 @@
"android_chromium_variable": {
"builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
+ "use_remote_run": True,
"scheduler": None,
"slavebuilddir": "android",
"slave_pools": ["ccompute_optional_bots"],
@@ -143,6 +144,7 @@
"android_chromium_variable_arm64": {
"builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
+ "use_remote_run": True,
"scheduler": None,
"slavebuilddir": "android_arm64_dbg_recipe",
"slave_pools": ["ccompute_optional_bots"],
@@ -150,6 +152,7 @@
"android_chromium_variable_cast_shell": {
"builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
+ "use_remote_run": True,
"scheduler": None,
"slavebuilddir": "cast_shell_android",
"slave_pools": ["ccompute_optional_bots"],
@@ -157,6 +160,7 @@
"android_chromium_variable_clang": {
"builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
+ "use_remote_run": True,
"scheduler": None,
"slavebuilddir": "android_clang_dbg_recipe",
"slave_pools": ["ccompute_optional_bots"],
@@ -164,6 +168,7 @@
"android_chromium_variable_gn": {
"builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
+ "use_remote_run": True,
"scheduler": None,
"slavebuilddir": "android_chromium_gn",
"slave_pools": ["ccompute_optional_bots"],
@@ -171,6 +176,7 @@
"android_chromium_variable_nexus4": {
"builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
+ "use_remote_run": True,
"scheduler": None,
"slavebuilddir": "android_chromium_variable_nexus4",
"slave_pools": ["slaves_with_nexus4_devices"],
@@ -178,6 +184,7 @@
"android_chromium_variable_archive": {
"builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
+ "use_remote_run": True,
"scheduler": None,
"slavebuilddir": "android_chromium_variable_archive",
"slave_pools": ["ccompute_optional_bots"],
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698