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

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

Issue 2281693002: Deploy single non-swarmed MacBook Pro Retina with AMD GPU. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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') | tools/mb/mb_config.pyl » ('J')
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 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',
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698