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

Unified Diff: content/test/gpu/generate_buildbot_json.py

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 | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 2395ee4ddd6fd9c39ed4ee861662ecc313b1dc18..90dd5ce512147e807809e79dcab16019a3715f51 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -397,6 +397,8 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'linux',
},
+ # TODO(kbr): remove the Debug Android bots once the waterfalls are
+ # restarted. crbug.com/617848
'Android Debug (Nexus 5)': {
'swarming_dimensions': {
# There are no PCI IDs on Android.
@@ -472,6 +474,68 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'android',
},
+ 'Android Release (Nexus 5)': {
+ 'swarming_dimensions': {
+ # There are no PCI IDs on Android.
+ # This is a hack to get the script working.
+ 'gpu': '0000:0000',
+ 'os': 'Android'
+ },
+ 'build_config': 'android-chromium',
+ # This bot is a one-off and doesn't have similar slaves in the
+ # swarming pool.
+ 'swarming': False,
+ 'os_type': 'android',
+ },
+ 'Android Release (Nexus 5X)': {
+ 'swarming_dimensions': {
+ 'device_type': 'bullhead',
+ 'device_os': 'M',
+ 'os': 'Android'
+ },
+ 'build_config': 'android-chromium',
+ 'swarming': True,
+ 'os_type': 'android',
+ },
+ 'Android Release (Nexus 6)': {
+ 'swarming_dimensions': {
+ # There are no PCI IDs on Android.
+ # This is a hack to get the script working.
+ 'gpu': '0000:0000',
+ 'os': 'Android'
+ },
+ 'build_config': 'android-chromium',
+ # This bot is a one-off and doesn't have similar slaves in the
+ # swarming pool.
+ 'swarming': False,
+ 'os_type': 'android',
+ },
+ 'Android Release (Nexus 6P)': {
+ 'swarming_dimensions': {
+ # There are no PCI IDs on Android.
+ # This is a hack to get the script working.
+ 'gpu': '0000:0000',
+ 'os': 'Android'
+ },
+ 'build_config': 'android-chromium',
+ # This bot is a one-off and doesn't have similar slaves in the
+ # swarming pool.
+ 'swarming': False,
+ 'os_type': 'android',
+ },
+ 'Android Release (Nexus 9)': {
+ 'swarming_dimensions': {
+ # There are no PCI IDs on Android.
+ # This is a hack to get the script working.
+ 'gpu': '0000:0000',
+ 'os': 'Android'
+ },
+ 'build_config': 'android-chromium',
+ # This bot is a one-off and doesn't have similar slaves in the
+ # swarming pool.
+ 'swarming': False,
+ 'os_type': 'android',
+ },
# The following "optional" testers don't actually exist on the
# waterfall. They are present here merely to specify additional
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698