Commit b20ba21c authored by John Budorick's avatar John Budorick Committed by Commit Bot

Run browser_tests as a 25% experiment on Mac10.13 Tests & mac_chromium_rel_ng.

Bug: 828031
Change-Id: I1d4bdb235ad9d93df0653215c7c5928c471b6c16
Reviewed-on: https://chromium-review.googlesource.com/c/1277693Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599364}
parent 0e905580
...@@ -3636,6 +3636,25 @@ ...@@ -3636,6 +3636,25 @@
}, },
"test": "boringssl_ssl_tests" "test": "boringssl_ssl_tests"
}, },
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter",
"--gtest_shuffle"
],
"experiment_percentage": 25,
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.13",
"pool": "Chrome-quarantine"
}
],
"shards": 10
},
"test": "browser_tests"
},
{ {
"args": [ "args": [
"--enable-features=WebUIPolymer2", "--enable-features=WebUIPolymer2",
......
...@@ -74,7 +74,6 @@ ...@@ -74,7 +74,6 @@
'mac-views-rel', # https://crbug.com/828031 'mac-views-rel', # https://crbug.com/828031
# chromium.mac # chromium.mac
'Mac10.10 Tests', # https://crbug.com/828031 'Mac10.10 Tests', # https://crbug.com/828031
'Mac10.13 Tests', # https://crbug.com/828031
# chromium.memory # chromium.memory
'Linux TSan Tests', # https://crbug.com/368525 'Linux TSan Tests', # https://crbug.com/368525
'Mac ASan 64 Tests (1)', # https://crbug.com/828031 'Mac ASan 64 Tests (1)', # https://crbug.com/828031
...@@ -132,6 +131,23 @@ ...@@ -132,6 +131,23 @@
], ],
}, },
}, },
'Mac10.13 Tests': {
# A subset of tests seem to cause WindowServer deaths on VMs.
# crbug.com/828031 et al.
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
'--gtest_shuffle',
],
'experiment_percentage': 25,
'swarming': {
'dimension_sets': [
{
'pool': 'Chrome-quarantine',
'gpu': 'none',
},
],
},
},
'Mac10.13 Tests (dbg)': { 'Mac10.13 Tests (dbg)': {
# A subset of tests seem to cause WindowServer deaths on VMs. # A subset of tests seem to cause WindowServer deaths on VMs.
# crbug.com/828031 et al. # crbug.com/828031 et al.
......
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