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

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

Issue 2006143010: Add android_n5x_swarming_rel builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('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 f41e835805cc3450281e8409dec24cfe0822e632..9bf8f954d530e69f042e56dcf32b0550c2b02b56 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -114,6 +114,13 @@
"slavebuilddir": "android",
"slave_pools": ["ccompute_android_launch"],
},
+ "android_n5x_swarming_rel": {
+ "builder_timeout_s": 6900, # 60 * 115
+ "recipe": "chromium_trybot",
+ "scheduler": None,
+ "slavebuilddir": "android",
+ "slave_pools": ["ccompute_android_launch"],
+ },
"android_chromium_variable": {
"builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698