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

Unified Diff: tools/mb/mb_config.pyl

Issue 2054533003: Add mb_config and test descriptions for Release Android GPU bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 552a46599f71434ae69a26650766c9fd48aea0f9..9952974ef984fb75ad71c1968ad32e7b0e25c90b 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -244,12 +244,19 @@
'chromium.gpu.fyi': {
# These all use the 'trybot' mixins to ensure that dcheck is on.
+ # TODO(kbr): remove the Android Debug bots once the waterfalls
+ # are restarted. crbug.com/617848
'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot',
'Android Debug (Nexus 5X)': 'android_gn_debug_static_trybot_arm64',
'Android Swarmed Debug (Nexus 5X)':
'android_gn_debug_static_trybot_arm64',
'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot',
'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64',
+ 'Android Release (Nexus 5)': 'android_gn_release_trybot',
+ 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64',
+ 'Android Release (Nexus 6)': 'android_gn_release_trybot',
+ 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64',
+ 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64',
'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot',
@@ -1025,6 +1032,10 @@
'android', 'gn', 'release_trybot',
],
+ 'android_gn_release_trybot_arm64': [
+ 'android', 'gn', 'release_trybot', 'arm64',
+ ],
+
'android_without_codecs_gn_release_bot_minimal_symbols': [
'android_without_codecs', 'gn', 'release_bot_minimal_symbols',
],
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698