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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.py

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
Index: scripts/slave/recipe_modules/chromium_tests/trybots.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
index 86bb4e0de5760c96b097a6f7fedf3c0ca17661b7..41498467eb1adfaa98321143538fb569b463b8ad 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -115,6 +115,10 @@ TRYBOTS = freeze({
'mastername': 'chromium.android',
'buildername': 'Android N5X Swarm Builder',
}),
+ 'android_optional_gpu_tests_rel': simple_bot({
+ 'mastername': 'chromium.gpu.fyi',
+ 'buildername': 'Android Release (Nexus 5X)',
+ }),
'cast_shell_android': simple_bot({
'mastername': 'chromium.linux',
'buildername': 'Cast Android (dbg)',

Powered by Google App Engine
This is Rietveld 408576698