Chromium Code Reviews| Index: testing/buildbot/chromium.android.fyi.json |
| diff --git a/testing/buildbot/chromium.android.fyi.json b/testing/buildbot/chromium.android.fyi.json |
| index 50b5e67bea4f578a0cdab4fa61d7e8303d370b45..40bf46dc86b4a061712708da32e227be7de3665c 100644 |
| --- a/testing/buildbot/chromium.android.fyi.json |
| +++ b/testing/buildbot/chromium.android.fyi.json |
| @@ -345,5 +345,415 @@ |
| "timeout_scale": 4 |
| } |
| ] |
| + }, |
| + "Unswarmed N5 Tests Dummy Builder": { |
| + "gtest_tests": [ |
| + { |
| + "swarming": { |
|
jbudorick
2016/12/16 01:14:22
Are these necessary?
bpastene
2016/12/16 01:46:06
Don't ask me. Ask this script that runs on presubm
|
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "android_webview_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "base_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "blimp_unittests" |
| + }, |
| + { |
| + "override_compile_targets": [ |
| + "breakpad_unittests_deps" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "breakpad_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "capture_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "cc_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "components_browsertests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "components_unittests" |
| + }, |
| + { |
| + "args": [ |
| + "--shard-timeout", |
| + "600" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "content_browsertests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "content_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "device_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "events_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gfx_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gl_tests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gl_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gpu_ipc_service_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gpu_unittests" |
| + }, |
| + { |
| + "args": [ |
| + "--shard-timeout", |
| + "600" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "ipc_tests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "media_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "net_unittests" |
| + }, |
| + { |
| + "override_compile_targets": [ |
| + "sandbox_linux_unittests_deps" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "sandbox_linux_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "sql_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "storage_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "ui_android_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "ui_base_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "ui_touch_selection_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "unit_tests" |
| + } |
| + ], |
| + "instrumentation_tests": [ |
| + { |
| + "test": "android_webview_test_apk", |
| + "timeout_scale": 4 |
|
jbudorick
2016/12/16 01:14:22
These should not need a timeout scale.
bpastene
2016/12/16 01:46:06
Done.
|
| + }, |
| + { |
| + "override_compile_targets": [ |
| + "blimp_test_apk" |
| + ], |
| + "test": "blimp_test_apk", |
| + "timeout_scale": 4 |
| + }, |
| + { |
| + "test": "chrome_public_test_apk", |
| + "timeout_scale": 4 |
| + }, |
| + { |
| + "test": "chrome_sync_shell_test_apk", |
| + "timeout_scale": 4 |
| + }, |
| + { |
| + "test": "content_shell_test_apk", |
| + "timeout_scale": 4 |
| + } |
| + ] |
| + }, |
| + "Unswarmed N5X Tests Dummy Builder": { |
| + "gtest_tests": [ |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "android_webview_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "base_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "blimp_unittests" |
| + }, |
| + { |
| + "override_compile_targets": [ |
| + "breakpad_unittests_deps" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "breakpad_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "capture_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "cc_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "components_browsertests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "components_unittests" |
| + }, |
| + { |
| + "args": [ |
| + "--shard-timeout", |
| + "600" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "content_browsertests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "content_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "device_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "events_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gfx_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gl_tests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gl_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gpu_ipc_service_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "gpu_unittests" |
| + }, |
| + { |
| + "args": [ |
| + "--shard-timeout", |
| + "600" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "ipc_tests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "media_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "net_unittests" |
| + }, |
| + { |
| + "override_compile_targets": [ |
| + "sandbox_linux_unittests_deps" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "sandbox_linux_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "sql_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "storage_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "ui_android_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "ui_base_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "ui_touch_selection_unittests" |
| + }, |
| + { |
| + "swarming": { |
| + "can_use_on_swarming_builders": false |
| + }, |
| + "test": "unit_tests" |
| + } |
| + ], |
| + "instrumentation_tests": [ |
| + { |
| + "test": "android_webview_test_apk", |
| + "timeout_scale": 4 |
|
jbudorick
2016/12/16 01:14:22
Nor should these.
bpastene
2016/12/16 01:46:06
Done.
|
| + }, |
| + { |
| + "override_compile_targets": [ |
| + "blimp_test_apk" |
| + ], |
| + "test": "blimp_test_apk", |
| + "timeout_scale": 4 |
| + }, |
| + { |
| + "test": "chrome_public_test_apk", |
| + "timeout_scale": 4 |
| + }, |
| + { |
| + "test": "chrome_sync_shell_test_apk", |
| + "timeout_scale": 4 |
| + }, |
| + { |
| + "test": "content_shell_test_apk", |
| + "timeout_scale": 4 |
| + } |
| + ] |
| } |
| } |