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

Unified Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 1554833002: Run gles2_conform_test on Chromium recipe GPU FYI bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698