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

Unified Diff: testing/buildbot/chromium.mac.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
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index b0d76dbde3fb753de96a33be72591b81322310dc..bab06cb8035a9a6971c746ad1221b6f4bf9d2044 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -297,6 +297,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "service_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "skia_unittests"
},
{
@@ -655,6 +661,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "service_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "skia_unittests"
},
{
@@ -1014,6 +1026,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "service_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "skia_unittests"
},
{
@@ -1361,6 +1379,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "service_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "skia_unittests"
},
{

Powered by Google App Engine
This is Rietveld 408576698