Commit 9ff78cd6 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Run more tests on win10 debug bot

This is preparation CL to enable some tests on
win10_chromium_x64_rel_ng builder.

I don't have mini_installer_tests due to some cases fail.

Bug: 950584
Cq-Include-Trybots: luci.chromium.try:win10_chromium_x64_dbg_ng
Change-Id: Ic4dcf82a80b6a8a5309a6f8365ebadfd53a6627e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559090
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#649260}
parent fe8946d3
......@@ -3218,6 +3218,57 @@
]
}
},
{
"args": [
"--test-type=integration"
],
"isolate_name": "chromedriver_py_tests",
"name": "chromedriver_py_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}
},
{
"isolate_name": "chromedriver_replay_unittests",
"name": "chromedriver_replay_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}
},
{
"args": [
"--gtest-benchmark-name=components_perftests"
],
"isolate_name": "components_perftests",
"merge": {
"args": [
"--smoke-test-mode"
],
"script": "//tools/perf/process_perf_results.py"
},
"name": "components_perftests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}
},
{
"experiment_percentage": 100,
"isolate_name": "content_shell_crash_test",
......
......@@ -4680,6 +4680,14 @@
'telemetry_perf_unittests_isolated_scripts',
],
'chromium_win_dbg_isolated_scripts': [
'chromedriver_py_tests_isolated_scripts',
'components_perftests_isolated_scripts',
'desktop_chromium_isolated_scripts',
'performance_smoke_test_isolated_scripts',
'telemetry_perf_unittests_isolated_scripts',
],
'chromium_win_gtests': [
'aura_gtests',
'chromium_gtests',
......
......@@ -3870,7 +3870,7 @@
],
'test_suites': {
'gtest_tests': 'chromium_win_gtests',
'isolated_scripts': 'chromium_dbg_isolated_scripts',
'isolated_scripts': 'chromium_win_dbg_isolated_scripts',
},
},
'Win7 (32) Tests': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment