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

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

Issue 2890073002: Remove Android Release (Pixel C) from GPU.FYI (Closed)
Patch Set: Created 3 years, 7 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 55f2591240b3c0b8ec5ad1585d53a6f9e7546b26..34250d06483f2ce5a9308d508bcc685ecb98d57b 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -649,21 +649,6 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'android',
},
- 'Android Release (Pixel C)': {
- '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 (NVIDIA Shield TV)': {
'swarming_dimensions': [
{
@@ -1332,10 +1317,6 @@ COMMON_GTESTS = {
'disabled_tester_configs': [
{
'names': [
- # TODO(kbr): investigate inability to recognize this
- # configuration in the various tests. crbug.com/624621
- 'Android Release (Pixel C)',
-
'Linux ChromiumOS Ozone (Intel)',
],
},
« 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