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

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

Issue 2492023002: gpu: Remove duplicated AMD bot configs. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 6281bbad122e18659443040ed662bd72f7e0498e..18aa93813eb81c97e07f8b7ecce0258fda888642 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -179,19 +179,6 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'win',
},
- 'Win7 Release (ATI)': {
- 'swarming_dimensions': [
- {
- # TODO(kbr): add device PCI ID 6613 once deployed
- # http://crbug.com/639353
- 'gpu': '1002',
- 'os': 'Windows-2008ServerR2-SP1'
- },
- ],
- 'build_config': 'Release',
- 'swarming': True,
- 'os_type': 'win',
- },
'Win7 Release (AMD)': {
'swarming_dimensions': [
{
@@ -203,19 +190,6 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'win',
},
- 'Win7 Debug (ATI)': {
- 'swarming_dimensions': [
- {
- # TODO(kbr): add device PCI ID 6613 once deployed
- # http://crbug.com/639353
- 'gpu': '1002',
- 'os': 'Windows-2008ServerR2-SP1'
- },
- ],
- 'build_config': 'Debug',
- 'swarming': True,
- 'os_type': 'win',
- },
'Win7 Debug (AMD)': {
'swarming_dimensions': [
{
@@ -349,19 +323,6 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'mac',
},
- 'Mac 10.10 Release (ATI)': {
- 'swarming_dimensions': [
- {
- 'gpu': '1002:679e',
- 'os': 'Mac-10.10'
- },
- ],
- 'build_config': 'Release',
- # This bot is a one-off and doesn't have similar slaves in the
- # swarming pool.
- 'swarming': False,
- 'os_type': 'mac',
- },
'Mac 10.10 Release (AMD)': {
'swarming_dimensions': [
{
@@ -375,19 +336,6 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'mac',
},
- 'Mac 10.10 Debug (ATI)': {
- 'swarming_dimensions': [
- {
- 'gpu': '1002:679e',
- 'os': 'Mac-10.10'
- },
- ],
- 'build_config': 'Debug',
- # This bot is a one-off and doesn't have similar slaves in the
- # swarming pool.
- 'swarming': False,
- 'os_type': 'mac',
- },
'Mac 10.10 Debug (AMD)': {
'swarming_dimensions': [
{
@@ -503,19 +451,6 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'linux',
},
- 'Linux Release (ATI)': {
- 'swarming_dimensions': [
- {
- 'gpu': '1002:6779',
- 'os': 'Linux'
- },
- ],
- 'build_config': 'Release',
- # This bot is a one-off and doesn't have similar slaves in the
- # swarming pool.
- 'swarming': False,
- 'os_type': 'linux',
- },
'Linux Release (AMD R5 230)': {
'swarming_dimensions': [
{
@@ -696,19 +631,6 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'win',
},
- 'Optional Win7 Release (ATI)': {
- 'swarming_dimensions': [
- {
- # TODO(kbr): add device PCI ID 6613 once deployed
- # http://crbug.com/639353
- 'gpu': '1002',
- 'os': 'Windows-2008ServerR2-SP1'
- },
- ],
- 'build_config': 'Release',
- 'swarming': True,
- 'os_type': 'win',
- },
'Optional Win7 Release (AMD)': {
'swarming_dimensions': [
{
« 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