| 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 015debfde0f4c5caaf76a77b8001865840ab3cdc..ca5947aabb4037da9d9287a6481f5abaf52e7e91 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -542,6 +542,19 @@ FYI_WATERFALL = {
|
| 'swarming': False,
|
| 'os_type': 'linux',
|
| },
|
| + 'Linux Release (NVIDIA Quadro M2000)': {
|
| + 'swarming_dimensions': [
|
| + {
|
| + 'gpu': '10de:1430',
|
| + 'os': 'Ubuntu'
|
| + },
|
| + ],
|
| + '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': [
|
| {
|
|
|