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

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

Issue 2665453002: Enable service_unittests on several bot configurations (Closed)
Patch Set: . Created 3 years, 11 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 | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.linux.json » ('j') | 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 c2f04d0d86f1b308e49832aa9ea522cd3a59ec0c..974c1fb5c9344fc269d2e06aa690a72f5c2bc699 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -405,6 +405,15 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "service_unittests"
+ },
+ {
+ "args": [
+ "--ozone-platform=x11"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "skia_unittests"
},
{
@@ -791,6 +800,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "service_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "skia_unittests"
},
{
@@ -1131,6 +1146,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "service_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "skia_unittests"
},
{
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698