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

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

Issue 1642293002: Add JSON descriptions for the current chromium.gpu.fyi bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 b88defadbdc0e7a7db642054029fdb3e2fef5a32..e91d50ee7910e7418a1c854bc2e5f0d92db14665 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -20,34 +20,87 @@ BUILDERS = [
'GPU NextGen Mac Builder (dbg)',
'GPU NextGen Win Builder',
'GPU NextGen Win Builder (dbg)',
+ 'GPU Win Builder',
+ 'GPU Win Builder (dbg)',
+ 'GPU Mac Builder',
+ 'GPU Mac Builder (dbg)',
+ 'GPU Linux Builder',
+ 'GPU Linux Builder (dbg)',
]
TESTERS = {
- 'Linux NextGen Debug (NVIDIA)': {
+ # FYI bots, matching the order on the waterfall.
+ 'Win7 Release (NVIDIA)': {
'swarming_dimensions': {
'gpu': '10de:104a',
- 'os': 'Linux'
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'win',
+ },
+ 'Win7 Debug (NVIDIA)': {
+ 'swarming_dimensions': {
+ 'gpu': '10de:104a',
+ 'os': 'Windows-2008ServerR2-SP1'
},
'build_config': 'Debug',
'swarming': True,
- 'os_type': 'linux',
+ 'os_type': 'win',
},
- 'Linux NextGen Release (NVIDIA)': {
+ 'Win8 Release (NVIDIA)': {
'swarming_dimensions': {
'gpu': '10de:104a',
- 'os': 'Linux'
+ 'os': 'Windows-2012ServerR2-SP0'
},
'build_config': 'Release',
'swarming': True,
- 'os_type': 'linux',
+ 'os_type': 'win',
},
- 'Mac 10.10 Debug (ATI)': {
+ 'Win8 Debug (NVIDIA)': {
'swarming_dimensions': {
- 'gpu': '1002:679e',
+ 'gpu': '10de:104a',
+ 'os': 'Windows-2012ServerR2-SP0'
+ },
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'win',
+ },
+ 'Win7 Release (ATI)': {
+ 'swarming_dimensions': {
+ 'gpu': '1002:6779',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'win',
+ },
+ 'Win7 Release dEQP (NVIDIA)': {
+ 'deqp': True,
+ 'swarming_dimensions': {
+ 'gpu': '10de:104a',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'win',
+ },
+ 'Mac 10.10 Release (Intel)': {
+ 'swarming_dimensions': {
+ 'gpu': '8086:0a2e',
+ 'os': 'Mac-10.10'
+ },
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'mac',
+ },
+ 'Mac 10.10 Debug (Intel)': {
+ 'swarming_dimensions': {
+ 'gpu': '8086:0a2e',
'os': 'Mac-10.10'
},
'build_config': 'Debug',
- 'swarming': False,
+ 'swarming': True,
'os_type': 'mac',
},
'Mac 10.10 Release (ATI)': {
@@ -56,29 +109,127 @@ TESTERS = {
'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 NextGen 10.10 Retina Debug (AMD)': {
+ '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 Retina Release (AMD)': {
'swarming_dimensions': {
'gpu': '1002:6821',
'hidpi': '1',
'os': 'Mac-10.10'
},
- 'build_config': 'Debug',
+ 'build_config': 'Release',
'swarming': True,
'os_type': 'mac',
},
- 'Mac NextGen 10.10 Retina Release (AMD)': {
+ 'Mac 10.10 Retina Debug (AMD)': {
'swarming_dimensions': {
'gpu': '1002:6821',
'hidpi': '1',
'os': 'Mac-10.10'
},
- 'build_config': 'Release',
+ 'build_config': 'Debug',
'swarming': True,
'os_type': 'mac',
},
+ 'Linux Release (NVIDIA)': {
+ 'swarming_dimensions': {
+ 'gpu': '10de:104a',
+ 'os': 'Linux'
+ },
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'linux',
+ },
+ 'Linux Release (Intel)': {
+ 'swarming_dimensions': {
+ 'gpu': '8086:041a',
+ '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 (Intel Graphics Stack)': {
+ 'swarming_dimensions': {
+ 'gpu': '8086:041a',
+ '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 (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 Debug (NVIDIA)': {
+ 'swarming_dimensions': {
+ 'gpu': '10de:104a',
+ 'os': 'Linux'
+ },
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'linux',
+ },
+ 'Linux Release dEQP (NVIDIA)': {
+ 'deqp': True,
+ 'swarming_dimensions': {
+ 'gpu': '10de:104a',
+ 'os': 'Linux'
+ },
+ 'build_config': 'Release',
+ # TODO(kbr): switch this to use Swarming, and put the physical
+ # machine into the Swarming pool, once we're convinced it's
+ # working well.
+ 'swarming': False,
+ 'os_type': 'linux',
+ },
+
+ # NextGen bots (to be removed once the above bots are switched to
+ # the Chromium recipe)
+ 'Linux NextGen Debug (NVIDIA)': {
+ 'swarming_dimensions': {
+ 'gpu': '10de:104a',
+ 'os': 'Linux'
+ },
+ 'build_config': 'Debug',
+ 'swarming': True,
+ 'os_type': 'linux',
+ },
+ 'Linux NextGen Release (NVIDIA)': {
+ 'swarming_dimensions': {
+ 'gpu': '10de:104a',
+ 'os': 'Linux'
+ },
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'linux',
+ },
'Win7 NextGen Debug (NVIDIA)': {
'swarming_dimensions': {
'gpu': '10de:104a',
@@ -217,7 +368,7 @@ FYI_ONLY_GTESTS = {
DEQP_GTESTS = {
'angle_deqp_gles2_tests': {'swarming_shards': 4},
- 'angle_deqp_gles3_tests': {'swarming_shards': 12},
+ 'angle_deqp_gles3_tests': {'win_only': True, 'swarming_shards': 12},
}
TELEMETRY_TESTS = {
« 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