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

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

Issue 2449163002: gpu: Update AMD bot configs, and add dEQP tests. (Closed)
Patch Set: Fixed PCI for AMD bot Created 4 years, 2 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 0e433c3d537990f8b787ce1fe197ccb078c45b45..45584bd2a0efa8f72c7a7e649d4852b9bb8aa9f7 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -192,6 +192,17 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'win',
},
+ 'Win7 Release (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6613',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'win',
+ },
'Win7 Debug (ATI)': {
'swarming_dimensions': [
{
@@ -205,6 +216,17 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'win',
},
+ 'Win7 Debug (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6613',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ ],
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'win',
+ },
'Win7 Release (Intel)': {
'swarming_dimensions': [
{
@@ -270,6 +292,19 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'win',
},
+ 'Win7 Release (AMD R5 230)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6779',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ ],
+ 'build_config': 'Release',
+ # This bot is a one-off and doesn't have similar slaves in the
+ # swarming pool.
+ 'swarming': False,
+ 'os_type': 'win',
+ },
'Win7 x64 Release (NVIDIA)': {
'swarming_dimensions': [
{
@@ -327,6 +362,19 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'mac',
},
+ 'Mac 10.10 Release (AMD)': {
+ '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 Debug (ATI)': {
'swarming_dimensions': [
{
@@ -340,6 +388,19 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'mac',
},
+ 'Mac 10.10 Debug (AMD)': {
+ '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 Retina Release': {
'swarming_dimensions': [
{
@@ -455,6 +516,19 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'linux',
},
+ 'Linux Release (AMD R5 230)': {
+ '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 (NVIDIA GeForce 730)': {
'swarming_dimensions': [
{
@@ -635,6 +709,17 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'win',
},
+ 'Optional Win7 Release (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6613',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'win',
+ },
'Optional Mac 10.10 Release (Intel)': {
'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