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

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

Issue 2689873002: Run angle_white_box_tests on Win GPU.FYI (Closed)
Patch Set: review + rebase Created 3 years, 10 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 | « BUILD.gn ('k') | 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 9874072fc34da065c5cca1165efa1839cc59159a..9051f2003f709206368132202e13a7a8cbc36f35 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1162,6 +1162,22 @@ COMMON_GTESTS = {
'--test-launcher-retry-limit=0'
]
},
+ # white_box tests should run where end2end tests run
+ 'angle_white_box_tests': {
+ 'tester_configs': [
+ {
+ 'predicate': Predicates.FYI_AND_OPTIONAL,
+ # There are only Windows white box tests for now.
+ # Enable on more configs when there will be relevant tests.
+ 'os_types': ['win'],
+ },
+ ],
+ 'desktop_args': [
+ # ANGLE test retries deliberately disabled to prevent flakiness.
+ # http://crbug.com/669196
+ '--test-launcher-retry-limit=0'
+ ]
+ },
'angle_unittests': {
'desktop_args': [
'--use-gpu-in-tests',
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698