| Index: testing/commit_queue/config.json
|
| diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json
|
| index aefd3c71726deb6b6912f7b8c5983f49aed1f383..89be36ca1ee5fbe52487c08befc2852be68ee22a 100644
|
| --- a/testing/commit_queue/config.json
|
| +++ b/testing/commit_queue/config.json
|
| @@ -30,9 +30,6 @@
|
| "trybots": {
|
| "launched": {
|
| "tryserver.chromium.linux": {
|
| - "android_amp_rel_tests_recipe": [
|
| - "defaulttests"
|
| - ],
|
| "linux_arm_compile": [
|
| "defaulttests"
|
| ],
|
| @@ -60,7 +57,11 @@
|
| "percentage": 1.0,
|
| "trybots": {
|
| "launched": {
|
| - "tryserver.chromium.linux": {},
|
| + "tryserver.chromium.linux": {
|
| + "android_amp_rel_tests_recipe": [
|
| + "defaulttests"
|
| + ]
|
| + },
|
| "tryserver.chromium.mac": {}
|
| }
|
| }
|
|
|