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

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

Issue 600283002: Don't swarm Ozone builds. Apparently they need specific graphics drivers and hardware. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | 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 d648370d32df8064a545896ea450c8b06df2ef0c..2ffaf1607e9599b9aeb8314ab3749f733482ce65 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -90,34 +90,10 @@
"gtest_tests": [
"accessibility_unittests",
"ash_unittests",
- {
- "test": "base_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
- {
- "test": "browser_tests",
- "swarming": {
- "can_use_on_swarming_builders": true,
- "shards": 5
- }
- },
+ "base_unittests",
"cacheinvalidation_unittests",
"chromeos_unittests",
"components_unittests",
- {
- "test": "content_browsertests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
- {
- "test": "content_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
"crypto_unittests",
"dbus_unittests",
"display_unittests",
@@ -125,23 +101,12 @@
"gcm_unit_tests",
"google_apis_unittests",
"gpu_unittests",
- {
- "test": "interactive_ui_tests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
"url_unittests",
"jingle_unittests",
"content_unittests",
"device_unittests",
"media_unittests",
- {
- "test": "net_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "net_unittests",
"ozone_unittests",
"ppapi_unittests",
"printing_unittests",
@@ -157,21 +122,19 @@
"events_unittests",
"ipc_tests",
"sync_unit_tests",
- {
- "test": "unit_tests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "unit_tests",
"sql_unittests",
"nacl_loader_unittests",
- "athena_unittests",
- "app_shell_browsertests",
- "chromevox_tests"
+ "athena_unittests"
]
},
"Linux ChromiumOS Ozone Tests (2)": {
"gtest_tests": [
+ "interactive_ui_tests",
+ "browser_tests",
+ "content_browsertests",
+ "app_shell_browsertests",
+ "chromevox_tests"
]
},
"Linux ChromiumOS Tests (dbg)(1)": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698