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

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

Issue 2202393002: swarming: wholesale switch remaining tests to run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: No need to modify mb.py Created 4 years, 4 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 | « chrome/browser/resources/chromeos/chromevox/BUILD.gn ('k') | testing/buildbot/chromium.full.json » ('j') | 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 264d87296290a51b636589ea0e4d412c0e18e6d6..f29e62d4d0d19068534b596d7cdc7bf754695b2e 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -25,6 +25,9 @@
"args": [
"--override-use-gl-with-osmesa-for-tests"
],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "mash_unittests"
}
]
@@ -50,6 +53,9 @@
"args": [
"--override-use-gl-with-osmesa-for-tests"
],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "mash_unittests"
}
]
@@ -117,6 +123,9 @@
"test": "chromeos_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "chromevox_tests"
},
{
@@ -145,9 +154,6 @@
"test": "crypto_unittests"
},
{
- "test": "dbus_unittests"
- },
- {
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -257,6 +263,9 @@
"test": "midi_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "nacl_helper_nonsfi_unittests"
},
{
@@ -272,6 +281,9 @@
"test": "net_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "ozone_unittests"
},
{
@@ -320,6 +332,9 @@
"test": "sync_unit_tests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "ui_arc_unittests"
},
{
@@ -329,6 +344,9 @@
"test": "ui_base_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "ui_chromeos_unittests"
},
{
@@ -421,6 +439,9 @@
"--use-test-config"
],
"name": "mash_browser_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": false
+ },
"test": "browser_tests"
},
{
@@ -455,6 +476,9 @@
"test": "chromeos_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "chromevox_tests"
},
{
@@ -488,9 +512,6 @@
"test": "crypto_unittests"
},
{
- "test": "dbus_unittests"
- },
- {
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -608,6 +629,9 @@
"test": "midi_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "nacl_helper_nonsfi_unittests"
},
{
@@ -668,6 +692,9 @@
"test": "sync_unit_tests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "ui_arc_unittests"
},
{
@@ -677,6 +704,9 @@
"test": "ui_base_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "ui_chromeos_unittests"
},
{
@@ -824,9 +854,6 @@
"test": "crypto_unittests"
},
{
- "test": "dbus_unittests"
- },
- {
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -930,6 +957,9 @@
"test": "midi_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "nacl_helper_nonsfi_unittests"
},
{
@@ -990,6 +1020,9 @@
"test": "sync_unit_tests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "ui_arc_unittests"
},
{
@@ -999,6 +1032,9 @@
"test": "ui_base_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "ui_chromeos_unittests"
},
{
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/BUILD.gn ('k') | testing/buildbot/chromium.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698