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

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

Issue 1996053002: [Android] Turn down gn-specific Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@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
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 f7e5f0c7bcc2a936a5a93ef8df58583a10549ef4..f41e835805cc3450281e8409dec24cfe0822e632 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -48,20 +48,6 @@
"scheduler": None,
"slave_pools": ["ccompute_bots_cq"],
},
- "android_chromium_gn_compile_dbg": {
- "builder_timeout_s": 6900, # 60 * 115
- "recipe": "chromium_trybot",
- "scheduler": None,
- "slavebuilddir": "android_chromium_gn",
- "slave_pools": ["ccompute_bots_cq"],
- },
- "android_chromium_gn_compile_rel": {
- "builder_timeout_s": 6900, # 60 * 115
- "recipe": "chromium_trybot",
- "scheduler": None,
- "slavebuilddir": "android_chromium_gn",
- "slave_pools": ["ccompute_bots_cq"],
- },
"android_clang_dbg_recipe": {
"builder_timeout_s": 6900, # 60 * 115
"recipe": "chromium_trybot",
@@ -94,12 +80,6 @@
"scheduler": None,
"slave_pools": ["slaves_with_devices"],
},
- "android_chromium_gn_rel": {
- "builder_timeout_s": 6900, # 60 * 115
- "recipe": "chromium_trybot",
- "scheduler": None,
- "slave_pools": ["slaves_with_devices"],
- },
"android_coverage": {
"builder_timeout_s": 6900, # 60 * 115
"recipe": "chromium_trybot",

Powered by Google App Engine
This is Rietveld 408576698