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

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

Issue 2051613002: Switch Android GPU bots to Release from Debug. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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 73f4313c477beffca917e00c6c72434c408e9340..7e2bbacc5295bcfaee68e1c6a2a73048be94253b 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -133,9 +133,9 @@ TRYBOTS = freeze({
},
'tryserver.chromium.angle': {
'builders': {
- 'android_angle_dbg_ng': simple_bot({
+ 'android_angle_rel_ng': simple_bot({
'mastername': 'chromium.gpu.fyi',
- 'buildername': 'Android Swarmed Debug (Nexus 5X)',
+ 'buildername': 'Android Release (Nexus 5X)',
}),
'linux_angle_rel_ng': simple_bot({
'mastername': 'chromium.gpu.fyi',

Powered by Google App Engine
This is Rietveld 408576698