Commit 4c232a8c authored by Dirk Pranke's avatar Dirk Pranke Committed by Commit Bot

Move mini_installer_tests to Win10 as experiment.

This moves the new isolated-script-based installer test to run on
Win10 as an experiment, rather than running locally on Win Fast
Ring (also fixing the gtest misconfiguration).

No-Try: true
Bug: 827546

Change-Id: I687a763d81c7095c88a6c879156ff2043336a863
Reviewed-on: https://chromium-review.googlesource.com/988260Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547843}
parent 07bf59d5
...@@ -8547,12 +8547,6 @@ ...@@ -8547,12 +8547,6 @@
}, },
"test": "midi_unittests" "test": "midi_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "mini_installer_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
......
...@@ -1126,6 +1126,16 @@ ...@@ -1126,6 +1126,16 @@
}, },
"test": "wtf_unittests" "test": "wtf_unittests"
} }
],
"isolated_scripts": [
{
"experiment_percentage": 10,
"isolate_name": "mini_installer_tests",
"name": "mini_installer_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
] ]
}, },
"Win10 Tests x64 (dbg)": { "Win10 Tests x64 (dbg)": {
......
...@@ -1296,10 +1296,6 @@ ...@@ -1296,10 +1296,6 @@
'sandbox_mac_unittests': {}, 'sandbox_mac_unittests': {},
}, },
'mini_installer_tests_isolated_tests': {
'mini_installer_tests': {},
},
'mojo_chromiumos_specific_gtests': { 'mojo_chromiumos_specific_gtests': {
'wayland_client_perftests': {}, 'wayland_client_perftests': {},
}, },
...@@ -1816,6 +1812,12 @@ ...@@ -1816,6 +1812,12 @@
'zucchini_unittests': {}, 'zucchini_unittests': {},
}, },
'win_specific_isolated_scripts': {
'mini_installer_tests': {
'experiment_percentage': 10,
},
},
'win7_32_bit_gtests': { 'win7_32_bit_gtests': {
'base_unittests': {}, 'base_unittests': {},
'battor_agent_unittests': {}, 'battor_agent_unittests': {},
...@@ -2238,7 +2240,6 @@ ...@@ -2238,7 +2240,6 @@
'chromium_gtests', 'chromium_gtests',
'chromium_gtests_for_devices_with_graphical_output', 'chromium_gtests_for_devices_with_graphical_output',
'interactive_ui_tests_gtests', 'interactive_ui_tests_gtests',
'mini_installer_tests_isolated_tests',
'non_android_chromium_gtests', 'non_android_chromium_gtests',
'non_android_and_cast_chromium_gtests', 'non_android_and_cast_chromium_gtests',
'non_android_and_cast_and_chromeos_chromium_gtests', 'non_android_and_cast_and_chromeos_chromium_gtests',
......
...@@ -2071,6 +2071,7 @@ ...@@ -2071,6 +2071,7 @@
'Win10 Tests x64': { 'Win10 Tests x64': {
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_win_gtests', 'gtest_tests': 'chromium_win_gtests',
'isolated_scripts': 'win_specific_isolated_scripts',
}, },
}, },
'Win7 (32) Tests': { '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