Remove browser_tests from mac15-tests-dbg
browser_tests were added back at https://crrev.com/c/6525306 , disabling as its killing some machines Bug: 338402345 Change-Id: Iea1b6a6db337b27226cd6aef8724726fdf394dba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6527748 Commit-Queue: Yue She <yueshe@google.com> Reviewed-by: Haiyang Pan <hypan@google.com> Reviewed-by: Yue She <yueshe@google.com> Cr-Commit-Position: refs/heads/main@{#1457852}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
130726cfa9
commit
087b54df28
infra/config
generated
builders
ci
try
subprojects
chromium
@ -180,25 +180,6 @@
|
||||
"test": "boringssl_ssl_tests",
|
||||
"test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_gtest_merge.py"
|
||||
},
|
||||
"name": "browser_tests",
|
||||
"swarming": {
|
||||
"dimensions": {
|
||||
"cpu": "x86-64",
|
||||
"os": "Mac-15"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "browser_tests",
|
||||
"test_id_prefix": "ninja://chrome/test:browser_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--gtest_filter=-*UsingRealWebcam*"
|
||||
|
@ -175,25 +175,6 @@
|
||||
"test": "boringssl_ssl_tests",
|
||||
"test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_gtest_merge.py"
|
||||
},
|
||||
"name": "browser_tests",
|
||||
"swarming": {
|
||||
"dimensions": {
|
||||
"cpu": "x86-64",
|
||||
"os": "Mac-15"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "browser_tests",
|
||||
"test_id_prefix": "ninja://chrome/test:browser_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--gtest_filter=-*UsingRealWebcam*"
|
||||
|
@ -180,25 +180,6 @@
|
||||
"test": "boringssl_ssl_tests",
|
||||
"test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_gtest_merge.py"
|
||||
},
|
||||
"name": "browser_tests",
|
||||
"swarming": {
|
||||
"dimensions": {
|
||||
"cpu": "x86-64",
|
||||
"os": "Mac-15"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "browser_tests",
|
||||
"test_id_prefix": "ninja://chrome/test:browser_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--gtest_filter=-*UsingRealWebcam*"
|
||||
|
@ -180,25 +180,6 @@
|
||||
"test": "boringssl_ssl_tests",
|
||||
"test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_gtest_merge.py"
|
||||
},
|
||||
"name": "browser_tests",
|
||||
"swarming": {
|
||||
"dimensions": {
|
||||
"cpu": "x86-64",
|
||||
"os": "Mac-15"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "browser_tests",
|
||||
"test_id_prefix": "ninja://chrome/test:browser_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--gtest_filter=-*UsingRealWebcam*"
|
||||
|
@ -959,13 +959,8 @@ ci.thin_tester(
|
||||
shards = 8,
|
||||
),
|
||||
),
|
||||
"browser_tests": targets.mixin(
|
||||
args = [
|
||||
"--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter",
|
||||
],
|
||||
swarming = targets.swarming(
|
||||
shards = 20,
|
||||
),
|
||||
"browser_tests": targets.remove(
|
||||
reason = "https://crbug.com/1406364",
|
||||
),
|
||||
"content_browsertests": targets.mixin(
|
||||
# https://crbug.com/1279504
|
||||
|
Reference in New Issue
Block a user