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

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

Issue 2535753003: Disable automatic retries of failing ANGLE tests. (Closed)
Patch Set: 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.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 001fb1dd63b8b5b2751811ec6d0e3f9a52de8671..7492f61d218c12519fa89d4242e38423a8c55cf1 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -803,6 +803,7 @@ COMMON_GTESTS = {
],
},
],
+ 'args': ['--test-launcher-retry-limit=0'],
Ken Russell (switch to Gerrit) 2016/11/29 02:53:44 Please add a comment indicating that test retries
'desktop_args': ['--use-gpu-in-tests']
},
'angle_unittests': {
@@ -811,6 +812,7 @@ COMMON_GTESTS = {
'allow_on_android': True,
}
],
+ 'args': ['--test-launcher-retry-limit=0'],
Ken Russell (switch to Gerrit) 2016/11/29 02:53:44 Same here.
'desktop_args': ['--use-gpu-in-tests']
},
# Until the media-only tests are extracted from content_unittests,
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698