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

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

Issue 2859563002: Enable browser_tests with Ozone CrOS. (Closed)
Patch Set: Rebase. 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 | « chrome/browser/extensions/api/desktop_capture/desktop_capture_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.chromiumos.json
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
index 589224b867b7d2d2728fbb9b47d4aba128fefb5d..addb373f69d74d03187c6a16b13927a91b7d36be 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -84,6 +84,16 @@
},
"test": "base_unittests"
},
+ {
+ "args": [
+ "--ozone-platform=headless"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 5
+ },
+ "test": "browser_tests"
+ },
{
"swarming": {
"can_use_on_swarming_builders": true
« no previous file with comments | « chrome/browser/extensions/api/desktop_capture/desktop_capture_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698