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

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

Issue 2136443002: Add android_optional_gpu_tests_rel to master.tryserver.chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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..0e10f7558123e0ee9e1980a9d4e34de45bdb7535 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -170,6 +170,13 @@
"slavebuilddir": "android_chromium_variable_archive",
"slave_pools": ["ccompute_optional_bots"],
},
+ "android_optional_gpu_tests_rel": {
+ "builder_timeout_s": 6900, # 60 * 115
+ "recipe": "chromium_trybot",
+ "scheduler": None,
+ "slavebuilddir": "android",
+ "slave_pools": ["ccompute_android_launch"],
+ },
},
"schedulers": { },
« 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