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

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

Issue 2052703002: Remove descriptions for Android Debug 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 90dd5ce512147e807809e79dcab16019a3715f51..bc76c555f1b65a09c011639531db2f6ef12db3c5 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -397,83 +397,6 @@ 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.
- # 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 Debug (Nexus 5X)': {
- '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 Swarmed Debug (Nexus 5X)': {
- 'swarming_dimensions': {
- 'device_type': 'bullhead',
- 'device_os': 'M',
- 'os': 'Android'
- },
- 'build_config': 'android-chromium',
- 'swarming': True,
- 'os_type': 'android',
- },
- 'Android Debug (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 Debug (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 Debug (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',
- },
'Android Release (Nexus 5)': {
'swarming_dimensions': {
# There are no PCI IDs on Android.
« 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