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

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

Issue 2257513003: Deploy Linux slave with AMD R7 240 to chromium.gpu.fyi. (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') | no next file with comments »
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 114942ec82f78aab62e8bb483bc34484da70c0be..5b56a636b5669b5c879486437d4106e48856edce 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -408,6 +408,17 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'linux',
},
+ 'Linux Release (AMD R7 240)': {
+ 'swarming_dimensions': {
+ 'gpu': '1002:6613',
+ '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',
+ },
'Android Release (Nexus 5)': {
'swarming_dimensions': {
# There are no PCI IDs on Android.
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698