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

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

Issue 2494633002: Stop running webgl_conformance_gl_tests on old Win AMD card. (Closed)
Patch Set: Rebased. Created 4 years, 1 month 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 40b4bb7fc828a8a47eb7ec46703e7389dd17afe8..797ba0e19e250914fe4b0d05e3c49f650bbb26ca 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1134,11 +1134,13 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'disabled_tester_configs': [
{
'swarming_dimension_sets': [
- # BUG 555545: Disable webgl_conformance_gl_tests on Win/AMD
+ # crbug.com/555545 and crbug.com/649824:
+ # Disable webgl_conformance_gl_tests on older Win/AMD cards.
+ # (They seem to be running fine on newer cards.)
+ # Note that these must match the GPUs exactly; wildcard
+ # matches (i.e., only device ID) aren't supported!
{
- # TODO(kbr): add device PCI ID 6613 once deployed
- # http://crbug.com/639353
- 'gpu': '1002',
+ 'gpu': '1002:6779',
'os': 'Windows-2008ServerR2-SP1'
},
# BUG 590951: Disable webgl_conformance_gl_tests on Win/Intel
« 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