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

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

Issue 2729503005: Add NVIDIA Shield GPU.FYI bot (Closed)
Patch Set: Add NVIDIA Shield GPU.FYI bot Created 3 years, 10 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 4d9adf8865bb8ba2116f99d5be9e2b9700116a1a..01c36322f67dfba318f9c63f561635e1bb434fe4 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -689,6 +689,21 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'android',
},
+ 'Android Release (NVIDIA Shield)': {
+ 'swarming_dimensions': [
+ {
+ # There are no PCI IDs on Android.
+ # This is a hack to get the script working.
+ 'gpu': '0000:0000',
+ 'os': 'Android'
+ },
+ ],
+ 'build_config': 'android-chromium',
+ # This bot is a one-off and doesn't have similar slaves in the
+ # swarming pool.
+ 'swarming': False,
+ 'os_type': 'android',
+ },
# The following "optional" testers don't actually exist on the
# waterfall. They are present here merely to specify additional
« 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