Commit 80ec5d52 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Add separate mac-rel test configs + remove browser_tests from it.

Bug: 1042757
Change-Id: I5e8bbe40e06176a5fb00d898b749074a1c3d65fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015785
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734238}
parent 9740f4b3
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
'remove_from': [ 'remove_from': [
'CrWinAsan(dll)', # https://crbug.com/935598 'CrWinAsan(dll)', # https://crbug.com/935598
'linux-win_cross-rel', 'linux-win_cross-rel',
'mac-rel', # crbug.com/1042757
'ToTLinuxTSan', # https://crbug.com/368525 'ToTLinuxTSan', # https://crbug.com/368525
'Mac10.10 Tests', # https://crbug.com/828031 'Mac10.10 Tests', # https://crbug.com/828031
'Mac10.13 Tests', # https://crbug.com/1042757 'Mac10.13 Tests', # https://crbug.com/1042757
...@@ -1070,6 +1071,7 @@ ...@@ -1070,6 +1071,7 @@
'Mac10.13 Tests (dbg)', 'Mac10.13 Tests (dbg)',
'Mac ASan 64 Tests (1)', 'Mac ASan 64 Tests (1)',
'ToTMacASan', 'ToTMacASan',
'mac-rel',
], ],
'modifications': { 'modifications': {
'Win10 Tests x64': { 'Win10 Tests x64': {
...@@ -1109,6 +1111,7 @@ ...@@ -1109,6 +1111,7 @@
'Mac10.13 Tests (dbg)', 'Mac10.13 Tests (dbg)',
'Mac ASan 64 Tests (1)', 'Mac ASan 64 Tests (1)',
'ToTMacASan', 'ToTMacASan',
'mac-rel',
], ],
}, },
'network_service_content_browsertests': { 'network_service_content_browsertests': {
...@@ -1126,6 +1129,7 @@ ...@@ -1126,6 +1129,7 @@
'Mac10.13 Tests (dbg)', 'Mac10.13 Tests (dbg)',
'Mac ASan 64 Tests (1)', 'Mac ASan 64 Tests (1)',
'ToTMacASan', 'ToTMacASan',
'mac-rel',
], ],
}, },
'network_service_extensions_browsertests': { 'network_service_extensions_browsertests': {
...@@ -1142,6 +1146,7 @@ ...@@ -1142,6 +1146,7 @@
'Mac10.13 Tests (dbg)', 'Mac10.13 Tests (dbg)',
'Mac ASan 64 Tests (1)', 'Mac ASan 64 Tests (1)',
'ToTMacASan', 'ToTMacASan',
'mac-rel',
], ],
}, },
'network_service_headless_browsertests': { 'network_service_headless_browsertests': {
...@@ -1163,6 +1168,7 @@ ...@@ -1163,6 +1168,7 @@
'Mac10.13 Tests (dbg)', 'Mac10.13 Tests (dbg)',
'Mac ASan 64 Tests (1)', 'Mac ASan 64 Tests (1)',
'ToTMacASan', 'ToTMacASan',
'mac-rel',
], ],
'modifications': { 'modifications': {
'Win10 Tests x64 (dbg)': { 'Win10 Tests x64 (dbg)': {
...@@ -1605,6 +1611,7 @@ ...@@ -1605,6 +1611,7 @@
'Win10 Tests x64', 'Win10 Tests x64',
'Win10 Tests x64 (dbg)', 'Win10 Tests x64 (dbg)',
'Win10 Tests x64 Code Coverage', 'Win10 Tests x64 Code Coverage',
'mac-rel',
], ],
}, },
'telemetry_unittests': { 'telemetry_unittests': {
...@@ -2083,6 +2090,18 @@ ...@@ -2083,6 +2090,18 @@
'--additional-driver-flag=--enable-blink-features=LayoutNGFragmentPaint', '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentPaint',
], ],
}, },
'mac-rel': {
'swarming': {
'dimension_sets': [
{
# Run the layout tests on a consistent set of hardware
# (Mac Minis).
'gpu': '8086:0a2e',
},
],
'shards': 25,
},
},
'mac10.10-blink-rel-dummy': { 'mac10.10-blink-rel-dummy': {
'swarming': { 'swarming': {
'shards': 20, 'shards': 20,
......
This diff is collapsed.
...@@ -4581,6 +4581,22 @@ ...@@ -4581,6 +4581,22 @@
}, },
}, },
}, },
{
'name': 'tryserver.chromium.mac',
'machines': {
'mac-rel': {
'mixins': [
'mac_10.13',
'no_gpu',
],
'test_suites': {
'gtest_tests': 'chromium_mac_gtests',
'isolated_scripts': 'chromium_mac_rel_isolated_scripts',
'scripts': 'chromium_mac_scripts',
},
},
},
},
{ {
'name': 'tryserver.devtools-frontend', 'name': 'tryserver.devtools-frontend',
'machines': { 'machines': {
......
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