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..6493def0c4462659b3cbd56ae7b184a0a1c6b861 100755 |
--- a/content/test/gpu/generate_buildbot_json.py |
+++ b/content/test/gpu/generate_buildbot_json.py |
@@ -335,6 +335,17 @@ FYI_WATERFALL = { |
'swarming': True, |
'os_type': 'mac', |
}, |
+ 'Mac Retina Release (AMD)': { |
+ 'swarming_dimensions': { |
+ 'gpu': '1002:6821', |
+ 'hidpi': '1', |
+ 'os': 'Mac-10.11' |
+ }, |
+ 'build_config': 'Release', |
+ # This bot is a one-off for testing purposes. |
+ 'swarming': False, |
+ 'os_type': 'mac', |
+ }, |
'Linux Release (NVIDIA)': { |
'swarming_dimensions': { |
'gpu': '10de:104a', |