Switch linux-lacros-rel to a compile only builder
Bug: 347103477 Change-Id: Icf1681c9ac4c9d4e5f09ad82ae92a0b2bbb0b8c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5792192 Reviewed-by: Kuan Huang <kuanhuang@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Auto-Submit: Sven Zheng <svenzheng@chromium.org> Reviewed-by: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/main@{#1343015}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
0984aeda72
commit
35b1f31064
infra/config
generated
builders
cq-usage
luci
subprojects
@ -74,12 +74,6 @@
|
||||
"project": "chromium"
|
||||
}
|
||||
],
|
||||
"mirroring_builder_group_and_names": [
|
||||
{
|
||||
"builder": "linux-lacros-rel",
|
||||
"group": "tryserver.chromium.chromiumos"
|
||||
}
|
||||
],
|
||||
"retry_failed_shards": true
|
||||
}
|
||||
},
|
||||
|
@ -37,40 +37,6 @@
|
||||
"config": "chromium"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"builder_id": {
|
||||
"bucket": "ci",
|
||||
"builder": "linux-lacros-tester-rel",
|
||||
"project": "chromium"
|
||||
},
|
||||
"builder_spec": {
|
||||
"build_gs_bucket": "chromium-chromiumos-archive",
|
||||
"builder_group": "chromium.chromiumos",
|
||||
"execution_mode": "TEST",
|
||||
"legacy_chromium_config": {
|
||||
"apply_configs": [
|
||||
"mb"
|
||||
],
|
||||
"build_config": "Release",
|
||||
"config": "chromium",
|
||||
"target_arch": "intel",
|
||||
"target_bits": 64,
|
||||
"target_platform": "chromeos"
|
||||
},
|
||||
"legacy_gclient_config": {
|
||||
"apply_configs": [
|
||||
"use_clang_coverage",
|
||||
"chromeos"
|
||||
],
|
||||
"config": "chromium"
|
||||
},
|
||||
"parent": {
|
||||
"bucket": "ci",
|
||||
"builder": "linux-lacros-builder-rel",
|
||||
"project": "chromium"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -80,13 +46,6 @@
|
||||
"builder": "linux-lacros-builder-rel",
|
||||
"project": "chromium"
|
||||
}
|
||||
],
|
||||
"builder_ids_in_scope_for_testing": [
|
||||
{
|
||||
"bucket": "ci",
|
||||
"builder": "linux-lacros-tester-rel",
|
||||
"project": "chromium"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -102,6 +102,7 @@ chromium/try/linux-extended-tracing-rel
|
||||
chromium/try/linux-full-remote-rel
|
||||
chromium/try/linux-gcc-rel
|
||||
chromium/try/linux-lacros-dbg
|
||||
chromium/try/linux-lacros-rel
|
||||
chromium/try/linux-libfuzzer-asan-rel
|
||||
chromium/try/linux-msan-chained-origins-rel
|
||||
chromium/try/linux-msan-no-origins-rel
|
||||
|
@ -49817,7 +49817,6 @@ buckets {
|
||||
use_invocation_timestamp: true
|
||||
}
|
||||
}
|
||||
description_html: "This builder is mirrored by any of the following try builders:<br/><ul><li><a href=\"https://ci.chromium.org/p/chromium/builders/try/linux-lacros-rel\">linux-lacros-rel</a></li></ul>"
|
||||
shadow_builder_adjustments {
|
||||
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
pool: "luci.chromium.try"
|
||||
@ -95610,7 +95609,7 @@ buckets {
|
||||
use_invocation_timestamp: true
|
||||
}
|
||||
}
|
||||
description_html: "This builder mirrors the following CI builders:<br/><ul><li><a href=\"https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-builder-rel\">linux-lacros-builder-rel</a></li><li><a href=\"https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-tester-rel\">linux-lacros-tester-rel</a></li></ul><br/>This is the orchestrator half of an orchestrator + compilator pair of builders. The compilator is <a href=\"https://ci.chromium.org/p/chromium/builders/try/linux-lacros-rel-compilator\">linux-lacros-rel-compilator</a>."
|
||||
description_html: "This builder mirrors the following CI builders:<br/><ul><li><a href=\"https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-builder-rel\">linux-lacros-builder-rel</a></li></ul><br/>This is the orchestrator half of an orchestrator + compilator pair of builders. The compilator is <a href=\"https://ci.chromium.org/p/chromium/builders/try/linux-lacros-rel-compilator\">linux-lacros-rel-compilator</a>."
|
||||
}
|
||||
builders {
|
||||
name: "linux-lacros-rel-compilator"
|
||||
|
@ -1010,7 +1010,7 @@ ci.builder(
|
||||
|
||||
ci.thin_tester(
|
||||
name = "linux-lacros-tester-rel",
|
||||
branch_selector = branches.selector.CROS_BRANCHES,
|
||||
branch_selector = branches.selector.MAIN,
|
||||
triggered_by = ["linux-lacros-builder-rel"],
|
||||
builder_spec = builder_config.builder_spec(
|
||||
execution_mode = builder_config.execution_mode.TEST,
|
||||
|
@ -498,7 +498,6 @@ try_.orchestrator_builder(
|
||||
branch_selector = branches.selector.CROS_BRANCHES,
|
||||
mirrors = [
|
||||
"ci/linux-lacros-builder-rel",
|
||||
"ci/linux-lacros-tester-rel",
|
||||
],
|
||||
gn_args = gn_args.config(
|
||||
configs = [
|
||||
|
Reference in New Issue
Block a user