| 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)',
|
| ],
|
| },
|
|
|