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

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

Issue 1965623002: [Findit] Increase Android variable builder timeout to 10 hours (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
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 | 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 76bbf6e594744f44aeea29b421d9c37973731943..57646474757e35771b57653e21dff1047e4acb01 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -135,49 +135,49 @@
"slave_pools": ["ccompute_android_launch"],
},
"android_chromium_variable": {
- "builder_timeout_s": 6900, # 60 * 115
+ "builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
"scheduler": None,
"slavebuilddir": "android",
"slave_pools": ["ccompute_optional_bots"],
},
"android_chromium_variable_arm64": {
- "builder_timeout_s": 6900, # 60 * 115
+ "builder_timeout_s": 36000, # 60 * 600
"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
+ "builder_timeout_s": 36000, # 60 * 600
"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
+ "builder_timeout_s": 36000, # 60 * 600
"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
+ "builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
"scheduler": None,
"slavebuilddir": "android_chromium_gn",
"slave_pools": ["ccompute_optional_bots"],
},
"android_chromium_variable_nexus4": {
- "builder_timeout_s": 6900, # 60 * 115
+ "builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
"scheduler": None,
"slavebuilddir": "android_chromium_variable_nexus4",
"slave_pools": ["slaves_with_nexus4_devices"],
},
"android_chromium_variable_archive": {
- "builder_timeout_s": 6900, # 60 * 115
+ "builder_timeout_s": 36000, # 60 * 600
"recipe": "findit/chromium/compile",
"scheduler": None,
"slavebuilddir": "android_chromium_variable_archive",
« 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