summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorkbr <kbr@chromium.org>2016-01-07 03:05:56 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-07 11:06:38 +0000
commitcd51a43e59844bb5bcb80dc8acd4e8a91434cab5 (patch)
treec1f40bf1ae8ec9fd737e8fe959d31d18b940d5ed /testing
parentcda4a01d9b063691ae144ed3aaedf18d0b59fba9 (diff)
downloadchromium_src-cd51a43e59844bb5bcb80dc8acd4e8a91434cab5.zip
chromium_src-cd51a43e59844bb5bcb80dc8acd4e8a91434cab5.tar.gz
chromium_src-cd51a43e59844bb5bcb80dc8acd4e8a91434cab5.tar.bz2
Run gles2_conform_test on Chromium recipe Mac GPU FYI bots.
This should be working now. The Linux port might not be yet. BUG=573378 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1566123002 Cr-Commit-Position: refs/heads/master@{#368049}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.gpu.fyi.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json
index 5254df7..f9b5b1f 100644
--- a/testing/buildbot/chromium.gpu.fyi.json
+++ b/testing/buildbot/chromium.gpu.fyi.json
@@ -827,6 +827,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": [
@@ -1215,6 +1231,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"
],