Index: testing/buildbot/chromium.gpu.fyi.json |
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json |
index 4bee23aaedb122d98e30cd38c44556604241cb39..9452804b015aa0cad8871e6f6cc0bf226a30fab5 100644 |
--- a/testing/buildbot/chromium.gpu.fyi.json |
+++ b/testing/buildbot/chromium.gpu.fyi.json |
@@ -106,6 +106,21 @@ |
] |
}, |
"test": "gl_unittests" |
+ }, |
+ { |
+ "args": [ |
+ "--use-gpu-in-tests" |
+ ], |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "dimension_sets": [ |
+ { |
+ "gpu": "10de:104a", |
+ "os": "Linux" |
+ } |
+ ] |
+ }, |
+ "test": "gles2_conform_test" |
} |
], |
"isolated_scripts": [ |
@@ -476,6 +491,21 @@ |
"test": "gl_unittests" |
}, |
{ |
+ "args": [ |
+ "--use-gpu-in-tests" |
+ ], |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "dimension_sets": [ |
+ { |
+ "gpu": "10de:104a", |
+ "os": "Linux" |
+ } |
+ ] |
+ }, |
+ "test": "gles2_conform_test" |
+ }, |
+ { |
"override_compile_targets": [ |
"tab_capture_end2end_tests_run" |
], |
@@ -864,6 +894,22 @@ |
] |
}, |
"test": "gl_unittests" |
+ }, |
+ { |
+ "args": [ |
+ "--use-gpu-in-tests" |
+ ], |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "dimension_sets": [ |
+ { |
+ "gpu": "1002:6821", |
+ "hidpi": "1", |
+ "os": "Mac-10.10" |
+ } |
+ ] |
+ }, |
+ "test": "gles2_conform_test" |
} |
], |
"isolated_scripts": [ |
@@ -1252,6 +1298,22 @@ |
"test": "gl_unittests" |
}, |
{ |
+ "args": [ |
+ "--use-gpu-in-tests" |
+ ], |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "dimension_sets": [ |
+ { |
+ "gpu": "1002:6821", |
+ "hidpi": "1", |
+ "os": "Mac-10.10" |
+ } |
+ ] |
+ }, |
+ "test": "gles2_conform_test" |
+ }, |
+ { |
"override_compile_targets": [ |
"tab_capture_end2end_tests_run" |
], |