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

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

Issue 1848103003: Stop running webgl2_conformance on the Win x64 Debug FYI bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 70d6ced3dbc8a71195c957bcc1c571b3871eb1e7..19a4c9eb27fa6fd0f6c7353168f01be5d7ab1568 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -758,6 +758,15 @@ TELEMETRY_TESTS = {
'run_on_optional': True,
},
],
+ 'disabled_tester_configs': [
+ {
+ 'names': [
+ # http://crbug.com/599451: this test is currently too slow
+ # to run on x64 in Debug mode. Need to shard the tests.
+ 'Win7 x64 Debug (NVIDIA)',
+ ],
+ },
+ ],
'target_name': 'webgl_conformance',
'args': [
'--webgl-conformance-version=2.0.0',
« 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