| Index: testing/commit_queue/config.json
|
| diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json
|
| index 096b1829845fb8f506a366f1b8165c6c0b2c565b..aefd3c71726deb6b6912f7b8c5983f49aed1f383 100644
|
| --- a/testing/commit_queue/config.json
|
| +++ b/testing/commit_queue/config.json
|
| @@ -60,14 +60,7 @@
|
| "percentage": 1.0,
|
| "trybots": {
|
| "launched": {
|
| - "tryserver.chromium.linux": {
|
| - "cast_shell_android": [
|
| - "defaulttests"
|
| - ],
|
| - "cast_shell_linux": [
|
| - "defaulttests"
|
| - ]
|
| - },
|
| + "tryserver.chromium.linux": {},
|
| "tryserver.chromium.mac": {}
|
| }
|
| }
|
| @@ -113,6 +106,12 @@
|
| "android_compile_dbg": [
|
| "defaulttests"
|
| ],
|
| + "cast_shell_android": [
|
| + "defaulttests"
|
| + ],
|
| + "cast_shell_linux": [
|
| + "defaulttests"
|
| + ],
|
| "chromium_presubmit": [
|
| "defaulttests"
|
| ],
|
|
|