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

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

Issue 1199813007: Convert base_unittests to Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_ash_unittests
Patch Set: rebase on 1195663002 Created 5 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
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 4a5ffab86db773387e4379407be5c6836d4aef47..35e54575273b363a7290086129766259b2d4ab2f 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -30,6 +30,9 @@
],
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
M-A Ruel 2015/06/23 17:49:54 Same question
Dirk Pranke 2015/06/23 19:17:57 same answer; let's see what happens.
+ },
"test": "base_unittests"
}
]
@@ -65,6 +68,9 @@
],
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "base_unittests"
}
]

Powered by Google App Engine
This is Rietveld 408576698