Skip to content

Commit

Permalink
[mac][infra] Align 'Mac10.15 Tests' with 'Mac10.13 Tests'
Browse files Browse the repository at this point in the history
The test configs in `testing/buildbot/chromium.mac.json` are now the
same between these 2 builders. This is a preparation to make 'mac-rel'
mirror 'Mac10.15 Tests' instead of 'Mac10.13 Tests' for correct naming.

Bug: 1171053
Change-Id: I8125c402e332a3584ce2aefef3ba1dccde735364
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2707314
Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
Reviewed-by: Lindsay Pasricha <lindsayw@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#855927}
  • Loading branch information
Zhaoyang Li authored and Chromium LUCI CQ committed Feb 19, 2021
1 parent 0a019fa commit 69e2e00
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 47 deletions.
51 changes: 4 additions & 47 deletions testing/buildbot/chromium.mac.json
Original file line number Diff line number Diff line change
Expand Up @@ -8802,25 +8802,6 @@
"test": "boringssl_ssl_tests",
"test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/"
},
{
"isolate_profile_data": true,
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Mac-10.15"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 10
},
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
},
{
"args": [
"--gtest_filter=-*UsingRealWebcam*"
Expand Down Expand Up @@ -9822,6 +9803,9 @@
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"precommit_args": [
"--gtest_filter=-*"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
Expand Down Expand Up @@ -10064,7 +10048,7 @@
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 12
"shards": 25
},
"test_id_prefix": "ninja://:blink_web_tests/"
},
Expand Down Expand Up @@ -10290,33 +10274,6 @@
},
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_unittests/"
},
{
"args": [
"--extra-browser-args=--enable-crashpad"
],
"isolate_name": "telemetry_perf_unittests",
"isolate_profile_data": true,
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
},
"name": "telemetry_perf_unittests",
"resultdb": {
"enable": true
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Mac-10.15"
}
],
"idempotent": false,
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 12
},
"test_id_prefix": "ninja://chrome/test:telemetry_perf_unittests/"
},
{
"args": [
"--jobs=1",
Expand Down
25 changes: 25 additions & 0 deletions testing/buildbot/test_suite_exceptions.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,16 @@
'shards': 25,
},
},
'Mac10.15 Tests': {
'swarming': {
'dimension_sets': [
{
'gpu': None,
},
],
'shards': 25,
},
},
'V8 Blink Linux Debug': {
# This builder compiles Chromium in release mode, but V8 in debug.
# TODO(machenbach): Change name and out directory of this builder to
Expand Down Expand Up @@ -442,7 +452,10 @@
'CrWinAsan(dll)', # https://crbug.com/935598
'linux-win_cross-rel',
'ToTLinuxTSan', # https://crbug.com/368525
# TODO(crbug.com/1171053): Enable the suite in 'Mac10.13 Tests' once it's
# off CQ.
'Mac10.13 Tests', # https://crbug.com/1042757
'Mac10.15 Tests', # https://crbug.com/1042757
'Linux TSan Tests', # https://crbug.com/368525
'Win10 Tests x64 (dbg)',
],
Expand Down Expand Up @@ -1883,6 +1896,7 @@
'Mac10.11 Tests',
'Mac10.13 Tests',
'Mac10.13 Tests (dbg)',
'Mac10.15 Tests',
'Mac ASan 64 Tests (1)',
'ToTMacASan',
],
Expand Down Expand Up @@ -1918,6 +1932,7 @@
'Mac10.11 Tests',
'Mac10.13 Tests',
'Mac10.13 Tests (dbg)',
'Mac10.15 Tests',
'Mac ASan 64 Tests (1)',
'ToTMacASan',
],
Expand All @@ -1934,6 +1949,7 @@
'Mac10.11 Tests',
'Mac10.13 Tests',
'Mac10.13 Tests (dbg)',
'Mac10.15 Tests',
'Mac ASan 64 Tests (1)',
'ToTMacASan',
],
Expand All @@ -1949,6 +1965,7 @@
'Mac10.11 Tests',
'Mac10.13 Tests',
'Mac10.13 Tests (dbg)',
'Mac10.15 Tests',
'Mac ASan 64 Tests (1)',
'ToTMacASan',
],
Expand All @@ -1969,6 +1986,7 @@
'Mac10.11 Tests',
'Mac10.13 Tests',
'Mac10.13 Tests (dbg)',
'Mac10.15 Tests',
'Mac ASan 64 Tests (1)',
'ToTMacASan',
],
Expand Down Expand Up @@ -2343,6 +2361,12 @@
'--gtest_filter=-*',
],
},
# TODO(crbug.com/1131588) Tests are flaky only on CQ.
'Mac10.15 Tests': {
'precommit_args': [
'--gtest_filter=-*',
],
},
'ToTLinuxTSan': {
'swarming': {
'shards': 6,
Expand Down Expand Up @@ -2467,6 +2491,7 @@
'Mac10.11 Tests',
'Mac10.13 Tests',
'Mac10.13 Tests (dbg)',
'Mac10.15 Tests',
'Linux - Future (dbg)', # client.v8.chromium
'Win10 Tests x64',
'Win10 Tests x64 (dbg)',
Expand Down

0 comments on commit 69e2e00

Please sign in to comment.