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

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

Issue 2679543002: Clean up now-incorrect names of many of the Mac GPU bots. (Closed)
Patch Set: Renamed optional Mac tryservers too. Created 3 years, 10 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.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 be08340b21d52903e4d6cd8a057b625f46025845..79c00ec4c9e17570181c013d50c48d6b55001b64 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -92,6 +92,53 @@ WATERFALL = {
'swarming': True,
'os_type': 'win',
},
+ 'Mac Release (Intel)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:0a2e',
+ 'os': 'Mac-10.12'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Debug (Intel)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:0a2e',
+ 'os': 'Mac-10.12'
+ },
+ ],
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Retina Release (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6821',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Retina Debug (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6821',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ # BEGIN obsolete Mac bots -- remove after waterfall restarted successfully.
'Mac 10.10 Release (Intel)': {
'swarming_dimensions': [
{
@@ -138,6 +185,7 @@ WATERFALL = {
'swarming': True,
'os_type': 'mac',
},
+ # END obsolete Mac bots -- remove after waterfall restarted successfully.
'Linux Release (NVIDIA)': {
'swarming_dimensions': [
{
@@ -351,6 +399,7 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'win',
},
+ # BEGIN obsolete Mac bots -- remove after waterfall restarted successfully.
'Mac 10.10 Release (Intel)': {
'swarming_dimensions': [
{
@@ -460,6 +509,116 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'mac',
},
+ # END obsolete Mac bots -- remove after waterfall restarted successfully.
+ 'Mac Release (Intel)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:0a2e',
+ 'os': 'Mac-10.12'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Debug (Intel)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:0a2e',
+ 'os': 'Mac-10.12'
+ },
+ ],
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Pro 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 Pro 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 (NVIDIA)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '10de:0fe9',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Retina Debug (NVIDIA)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '10de:0fe9',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Retina Release (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6821',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Retina Debug (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6821',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac Experimental Retina Release (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6821',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Release',
+ # This bot is a one-off for testing purposes.
+ 'swarming': False,
+ 'os_type': 'mac',
+ },
'Mac Experimental Retina Release (NVIDIA)': {
'swarming_dimensions': [
{
@@ -708,6 +867,45 @@ FYI_WATERFALL = {
'os_type': 'win',
'type': Types.OPTIONAL,
},
+ 'Optional Mac Release (Intel)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:0a2e',
+ 'os': 'Mac-10.12'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ 'type': Types.OPTIONAL,
+ },
+ 'Optional Mac Retina Release (NVIDIA)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '10de:0fe9',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ 'type': Types.OPTIONAL,
+ },
+ 'Optional Mac Retina Release (AMD)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '1002:6821',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ 'type': Types.OPTIONAL,
+ },
+ # BEGIN obsolete Mac bots -- remove after waterfall restarted successfully.
'Optional Mac 10.10 Release (Intel)': {
'swarming_dimensions': [
{
@@ -746,6 +944,7 @@ FYI_WATERFALL = {
'os_type': 'mac',
'type': Types.OPTIONAL,
},
+ # END obsolete Mac bots -- remove after waterfall restarted successfully.
'Optional Linux Release (NVIDIA)': {
'swarming_dimensions': [
{
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698