| 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 5b56a636b5669b5c879486437d4106e48856edce..8dcfbd3de8e27a133157d1be77e326e01d617952 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -589,7 +589,7 @@ COMMON_GTESTS = {
|
| 'run_on_optional': True,
|
| # Run only on the Win7 and Linux Release NVIDIA 32- and 64-bit bots
|
| # (and trybots) for the time being, at least until more capacity is
|
| - # added.
|
| + # added. Also run on the AMD R7 240 bots.
|
| 'build_configs': ['Release', 'Release_x64'],
|
| 'swarming_dimension_sets': [
|
| {
|
| @@ -597,6 +597,10 @@ COMMON_GTESTS = {
|
| 'os': 'Windows-2008ServerR2-SP1'
|
| },
|
| {
|
| + 'gpu': '1002:6613',
|
| + 'os': 'Windows-2008ServerR2-SP1'
|
| + },
|
| + {
|
| 'gpu': '10de:104a',
|
| 'os': 'Linux'
|
| }
|
| @@ -617,6 +621,7 @@ COMMON_GTESTS = {
|
| # Run only on the Win7 and Linux Release NVIDIA 32-bit bots
|
| # (and trybots) for the time being, at least until more capacity is
|
| # added.
|
| + # TODO(jmadill): Run on the Win AMD R7 240 bots once they are swarmed.
|
| 'build_configs': ['Release'],
|
| 'swarming_dimension_sets': [
|
| {
|
|
|