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

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

Issue 2955003002: Use GPU bots for swarming gl_unittests on "CFI Linux Full". (Closed)
Patch Set: Switch to the GPU bots Created 3 years, 6 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 | « 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.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 47a80eb2474c421129c5500f86ba7ebab447941a..d83ea1a54e8eab0fa51dc0eec1ac883c61eb9529 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -946,10 +946,20 @@
"test": "gin_unittests"
},
{
+ "args": [
+ "--use-gpu-in-tests"
+ ],
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Ubuntu"
+ }
+ ]
},
- "test": "gl_unittests"
+ "test": "gl_unittests",
+ "use_xvfb": false
},
{
"swarming": {
« 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