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

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

Issue 2137733002: Split arm and arm64 android trybots work directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove the bot from recipes. Created 4 years, 5 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 99615e1819af4f69af358bc627d1e1cbd233e5b0..9661f25a71353c3cdd9130205fa45b9caf90c0f9 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -107,18 +107,11 @@
"slavebuilddir": "android",
"slave_pools": ["ccompute_android_launch"],
},
- "android_swarming_rel": {
- "builder_timeout_s": 6900, # 60 * 115
- "recipe": "chromium_trybot",
- "scheduler": None,
- "slavebuilddir": "android",
- "slave_pools": ["ccompute_android_launch"],
- },
"android_n5x_swarming_rel": {
"builder_timeout_s": 6900, # 60 * 115
"recipe": "chromium_trybot",
"scheduler": None,
- "slavebuilddir": "android",
+ "slavebuilddir": "android_arm64",
"slave_pools": ["ccompute_android_launch"],
},
"android_chromium_variable": {
« 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