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

Unified Diff: testing/buildbot/chromium_memory_trybot.json

Issue 1040083006: Converted accessibility_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years, 9 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.win.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium_memory_trybot.json
diff --git a/testing/buildbot/chromium_memory_trybot.json b/testing/buildbot/chromium_memory_trybot.json
index c794785aae50eec91ea9fd426aaaa7cd4ecdc014..c58d2def8a6936c00bf8cd2cc289db7eb4d60bef 100644
--- a/testing/buildbot/chromium_memory_trybot.json
+++ b/testing/buildbot/chromium_memory_trybot.json
@@ -2,109 +2,113 @@
"gtest_tests": [
"accessibility_unittests",
{
- "test": "base_unittests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "base_unittests"
},
{
- "test": "browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 10
- }
+ },
+ "test": "browser_tests"
},
"cacheinvalidation_unittests",
{
- "test": "cc_unittests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "cc_unittests"
},
{
- "test": "components_browsertests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "components_browsertests"
},
{
- "test": "components_unittests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "components_unittests"
},
{
- "test": "content_browsertests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "content_browsertests"
},
{
- "test": "content_unittests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "content_unittests"
},
{
- "test": "crypto_unittests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "crypto_unittests"
},
"device_unittests",
{
- "test": "display_unittests",
- "platforms": ["linux"]
+ "platforms": [
+ "linux"
+ ],
+ "test": "display_unittests"
},
"extensions_unittests",
"gcm_unit_tests",
"gfx_unittests",
"google_apis_unittests",
{
- "test": "gpu_unittests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "gpu_unittests"
},
{
- "test": "interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 3
- }
+ },
+ "test": "interactive_ui_tests"
},
"ipc_tests",
"jingle_unittests",
{
- "test": "media_unittests",
"swarming": {
"can_use_on_swarming_builders": true
- }
+ },
+ "test": "media_unittests"
},
{
- "test": "net_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
- }
+ },
+ "test": "net_unittests"
},
"ppapi_unittests",
"printing_unittests",
"remoting_unittests",
{
- "test": "sandbox_linux_unittests",
- "platforms": ["linux"]
+ "platforms": [
+ "linux"
+ ],
+ "test": "sandbox_linux_unittests"
},
"skia_unittests",
"sql_unittests",
"sync_unit_tests",
"ui_base_unittests",
{
- "test": "unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
- }
+ },
+ "test": "unit_tests"
},
"url_unittests"
]
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698