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

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

Issue 1915523003: Disable WebGL 2.0 conformance tests on debug bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 f9f9080bbeee3b7fa7b8d8867593675577bf437c..ddf41c6256cea5bf04792dd3841e7795f35e0746 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -808,6 +808,9 @@ TELEMETRY_TESTS = {
'tester_configs': [
{
'allow_on_mac_nvidia': True,
+ # The WebGL 2.0 conformance tests take over an hour to run on
+ # the Debug bots, which is too long.
+ 'build_configs': ['Release', 'Release_x64'],
'fyi_only': True,
'run_on_optional': True,
},
« 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