summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorkbr <kbr@chromium.org>2016-01-14 13:50:44 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 22:03:24 +0000
commitf32aa7d4882240cebb82ef67954260810bbf3e7e (patch)
tree2276d9ab2b0440bae9c9537da8b586acea5ed7eb /testing
parent320be0664f0eb73e8e0a8b9e26e459d78d313f5c (diff)
downloadchromium_src-f32aa7d4882240cebb82ef67954260810bbf3e7e.zip
chromium_src-f32aa7d4882240cebb82ef67954260810bbf3e7e.tar.gz
chromium_src-f32aa7d4882240cebb82ef67954260810bbf3e7e.tar.bz2
Deploy gles2_conform_test with D3D9 and GL backends on new FYI bots.
BUG=573378 Review URL: https://codereview.chromium.org/1582113002 Cr-Commit-Position: refs/heads/master@{#369558}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.gpu.fyi.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json
index 257ef99..59df45b 100644
--- a/testing/buildbot/chromium.gpu.fyi.json
+++ b/testing/buildbot/chromium.gpu.fyi.json
@@ -1688,6 +1688,41 @@
]
},
"test": "gles2_conform_test"
+ },
+ {
+ "args": [
+ "--use-gpu-in-tests",
+ "--use-angle=d3d9"
+ ],
+ "name": "gles2_conform_d3d9_test",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Windows"
+ }
+ ]
+ },
+ "test": "gles2_conform_test"
+ },
+ {
+ "args": [
+ "--use-gpu-in-tests",
+ "--use-angle=gl",
+ "--disable-gpu-sandbox"
+ ],
+ "name": "gles2_conform_gl_test",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Windows"
+ }
+ ]
+ },
+ "test": "gles2_conform_test"
}
],
"isolated_scripts": [
@@ -2107,6 +2142,41 @@
"test": "gles2_conform_test"
},
{
+ "args": [
+ "--use-gpu-in-tests",
+ "--use-angle=d3d9"
+ ],
+ "name": "gles2_conform_d3d9_test",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Windows"
+ }
+ ]
+ },
+ "test": "gles2_conform_test"
+ },
+ {
+ "args": [
+ "--use-gpu-in-tests",
+ "--use-angle=gl",
+ "--disable-gpu-sandbox"
+ ],
+ "name": "gles2_conform_gl_test",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Windows"
+ }
+ ]
+ },
+ "test": "gles2_conform_test"
+ },
+ {
"override_compile_targets": [
"tab_capture_end2end_tests_run"
],