0

Remove "sync_integration_tests" from Windows CQ builder.

A followup CL to https://chromium-review.googlesource.com/c/chromium/src/+/6570952
as some targets were missed.

In case this does not fix the bots, CL should be reverted

Bug: 419179070, 419089901, 417895560
Change-Id: I33dc02996aab27ba38f312ff4751fde480e1e76d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6573952
Owners-Override: Karol Sygiet <sygiet@google.com>
Commit-Queue: Karol Sygiet <sygiet@google.com>
Reviewed-by: Mikel Astiz <mastiz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1463358}
This commit is contained in:
Karol Sygiet
2025-05-21 06:06:18 -07:00
committed by Chromium LUCI CQ
parent 114c457d94
commit e8f4845d71
6 changed files with 6 additions and 111 deletions
infra/config
generated
builders
ci
Win x64 Builder
Win10 Tests x64
Win11 Tests x64
try
win-rel
win11-rel
subprojects

@ -1435,26 +1435,6 @@
"test": "storage_unittests",
"test_id_prefix": "ninja://storage:storage_unittests/"
},
{
"args": [
"--disable-field-trial-config"
],
"ci_only": true,
"isolate_profile_data": true,
"merge": {
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "sync_integration_tests_no_field_trial",
"swarming": {
"dimensions": {
"cpu": "x86-64",
"os": "Windows-10-19045"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "sync_integration_tests",
"test_id_prefix": "ninja://chrome/test:sync_integration_tests/"
},
{
"isolate_profile_data": true,
"merge": {
@ -3451,23 +3431,6 @@
"test": "storage_unittests",
"test_id_prefix": "ninja://storage:storage_unittests/"
},
{
"isolate_profile_data": true,
"merge": {
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "sync_integration_tests",
"swarming": {
"dimensions": {
"cpu": "x86-64",
"os": "Windows-11-22631"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 3
},
"test": "sync_integration_tests",
"test_id_prefix": "ninja://chrome/test:sync_integration_tests/"
},
{
"isolate_profile_data": true,
"merge": {

@ -1411,26 +1411,6 @@
"test": "storage_unittests",
"test_id_prefix": "ninja://storage:storage_unittests/"
},
{
"args": [
"--disable-field-trial-config"
],
"ci_only": true,
"isolate_profile_data": true,
"merge": {
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "sync_integration_tests_no_field_trial",
"swarming": {
"dimensions": {
"cpu": "x86-64",
"os": "Windows-10-19045"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "sync_integration_tests",
"test_id_prefix": "ninja://chrome/test:sync_integration_tests/"
},
{
"isolate_profile_data": true,
"merge": {

@ -1271,23 +1271,6 @@
"test": "storage_unittests",
"test_id_prefix": "ninja://storage:storage_unittests/"
},
{
"isolate_profile_data": true,
"merge": {
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "sync_integration_tests",
"swarming": {
"dimensions": {
"cpu": "x86-64",
"os": "Windows-11-22631"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 3
},
"test": "sync_integration_tests",
"test_id_prefix": "ninja://chrome/test:sync_integration_tests/"
},
{
"isolate_profile_data": true,
"merge": {

@ -1435,26 +1435,6 @@
"test": "storage_unittests",
"test_id_prefix": "ninja://storage:storage_unittests/"
},
{
"args": [
"--disable-field-trial-config"
],
"ci_only": true,
"isolate_profile_data": true,
"merge": {
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "sync_integration_tests_no_field_trial",
"swarming": {
"dimensions": {
"cpu": "x86-64",
"os": "Windows-10-19045"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "sync_integration_tests",
"test_id_prefix": "ninja://chrome/test:sync_integration_tests/"
},
{
"isolate_profile_data": true,
"merge": {

@ -1295,23 +1295,6 @@
"test": "storage_unittests",
"test_id_prefix": "ninja://storage:storage_unittests/"
},
{
"isolate_profile_data": true,
"merge": {
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "sync_integration_tests",
"swarming": {
"dimensions": {
"cpu": "x86-64",
"os": "Windows-11-22631"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 3
},
"test": "sync_integration_tests",
"test_id_prefix": "ninja://chrome/test:sync_integration_tests/"
},
{
"isolate_profile_data": true,
"merge": {

@ -470,6 +470,9 @@ ci.builder(
"sync_integration_tests": targets.remove(
reason = "Having infra failure (crbug.com/419089901)",
),
"sync_integration_tests_no_field_trial": targets.remove(
reason = "Having infra failure (crbug.com/419179070)",
),
"telemetry_perf_unittests": targets.remove(
reason = "Some test cases fail on win-rel (crbug/40622135).",
),
@ -602,6 +605,9 @@ ci.thin_tester(
"Win10), we also need to update this field.",
],
),
"sync_integration_tests": targets.remove(
reason = "Having infra failure (crbug.com/419179070)",
),
"sync_integration_tests_no_field_trial": targets.remove(
reason = "crbug/40630866",
),