| Index: testing/commit_queue/config.json
|
| diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json
|
| index 74746d2dc3e81edf989cfc2a9935e13ba170d0e1..f8782ab011b75df8f816fff1f54292af64ed527b 100644
|
| --- a/testing/commit_queue/config.json
|
| +++ b/testing/commit_queue/config.json
|
| @@ -34,12 +34,6 @@
|
| "android_amp_rel_tests_recipe": [
|
| "defaulttests"
|
| ],
|
| - "cast_shell_android": [
|
| - "defaulttests"
|
| - ],
|
| - "cast_shell_linux": [
|
| - "defaulttests"
|
| - ],
|
| "linux_arm_compile": [
|
| "defaulttests"
|
| ],
|
| @@ -67,7 +61,14 @@
|
| "percentage": 1.0,
|
| "trybots": {
|
| "launched": {
|
| - "tryserver.chromium.linux": {},
|
| + "tryserver.chromium.linux": {
|
| + "cast_shell_android": [
|
| + "defaulttests"
|
| + ],
|
| + "cast_shell_linux": [
|
| + "defaulttests"
|
| + ]
|
| + },
|
| "tryserver.chromium.mac": {}
|
| }
|
| }
|
|
|