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

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

Issue 2273393002: Run dEQP-GLES2 tests on the new AMD R7 Win bot. (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 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': [
{
« 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