| 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 2781c17cb0399d1477c2e5a351b67a40016f07a9..e697ff674bc349393c8b8264d97a6573f5db8221 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -223,6 +223,28 @@ FYI_WATERFALL = {
|
| 'swarming': False,
|
| 'os_type': 'win',
|
| },
|
| + 'Win7 Release (New Intel)': {
|
| + 'swarming_dimensions': {
|
| + 'gpu': '8086:0412',
|
| + '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 Debug (New Intel)': {
|
| + 'swarming_dimensions': {
|
| + 'gpu': '8086:0412',
|
| + 'os': 'Windows-2008ServerR2-SP1'
|
| + },
|
| + 'build_config': 'Debug',
|
| + # 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': {
|
| 'gpu': '10de:104a',
|
| @@ -372,6 +394,28 @@ FYI_WATERFALL = {
|
| 'swarming': True,
|
| 'os_type': 'linux',
|
| },
|
| + 'Linux Release (New Intel)': {
|
| + 'swarming_dimensions': {
|
| + 'gpu': '8086:0412',
|
| + '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 (New Intel)': {
|
| + 'swarming_dimensions': {
|
| + 'gpu': '8086:0412',
|
| + 'os': 'Linux'
|
| + },
|
| + 'build_config': 'Debug',
|
| + # This bot is a one-off and doesn't have similar slaves in the
|
| + # swarming pool.
|
| + 'swarming': False,
|
| + 'os_type': 'linux',
|
| + },
|
|
|
| # The following "optional" testers don't actually exist on the
|
| # waterfall. They are present here merely to specify additional
|
|
|