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

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

Issue 1889033002: Enable swarming for some test binaries on Mac GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 4 years, 8 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 | « net/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index e68edb48e3978c94ca6d9da167b9e96482d5a96f..fa4afa673f8b184c4d66cd66bb79414b7be50ff6 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -5,14 +5,28 @@
],
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "base_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "net_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "ui_base_unittests"
}
]
},
"Mac GN (dbg)": {
"additional_compile_targets": [
"accessibility_unittests",
- "base_unittests",
"battor_agent",
"cacheinvalidation_unittests",
"cast_unittests",
@@ -37,12 +51,26 @@
"skia_unittests",
"sql_unittests",
"sync_unit_tests",
- "ui_base_unittests",
"url_unittests"
],
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "base_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "net_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "ui_base_unittests"
}
]
},
« no previous file with comments | « net/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698