Skip to content

Commit

Permalink
[M103] [infra] Migrate configs for Cast Linux Debug src-side
Browse files Browse the repository at this point in the history
(cherry picked from commit c285a69)

Bug: 1317122
Change-Id: I58e65c5e5766511af441409fc7dac1106bb14ac6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3645340
Commit-Queue: Garrett Beaty <[email protected]>
Reviewed-by: Garrett Beaty <[email protected]>
Auto-Submit: Wanda Mora <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1004480}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3652691
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5060@{#58}
Cr-Branched-From: b83393d-refs/heads/main@{#1002911}
  • Loading branch information
Wanda Mora authored and Chromium LUCI CQ committed May 17, 2022
1 parent cd283d5 commit 3b1bb31
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,51 @@
{
"$build/chromium_tests_builder_config": {
"builder_config": {
"builder_db": {
"entries": [
{
"builder_id": {
"bucket": "ci",
"builder": "Cast Linux Debug",
"project": "chromium"
},
"builder_spec": {
"build_gs_bucket": "chromium-linux-archive",
"builder_group": "chromium.linux",
"execution_mode": "COMPILE_AND_TEST",
"legacy_chromium_config": {
"apply_configs": [
"mb"
],
"build_config": "Debug",
"config": "chromium_clang",
"target_bits": 64
},
"legacy_gclient_config": {
"apply_configs": [
"enable_reclient"
],
"config": "chromium"
}
}
}
]
},
"builder_ids": [
{
"bucket": "ci",
"builder": "Cast Linux Debug",
"project": "chromium"
}
],
"mirroring_builder_group_and_names": [
{
"builder": "cast_shell_linux_dbg",
"group": "tryserver.chromium.linux"
}
]
}
},
"$build/reclient": {
"instance": "rbe-chromium-trusted",
"jobs": 500,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
{
"$build/chromium_tests_builder_config": {
"builder_config": {
"builder_db": {
"entries": [
{
"builder_id": {
"bucket": "ci",
"builder": "Cast Linux Debug",
"project": "chromium"
},
"builder_spec": {
"build_gs_bucket": "chromium-linux-archive",
"builder_group": "chromium.linux",
"execution_mode": "COMPILE_AND_TEST",
"legacy_chromium_config": {
"apply_configs": [
"mb"
],
"build_config": "Debug",
"config": "chromium_clang",
"target_bits": 64
},
"legacy_gclient_config": {
"apply_configs": [
"enable_reclient"
],
"config": "chromium"
}
}
}
]
},
"builder_ids": [
{
"bucket": "ci",
"builder": "Cast Linux Debug",
"project": "chromium"
}
]
}
},
"$build/goma": {
"enable_ats": true,
"rpc_extra_params": "?prod",
Expand Down
17 changes: 17 additions & 0 deletions infra/config/subprojects/chromium/ci/chromium.linux.star
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@ ci.builder(
ci.builder(
name = "Cast Linux Debug",
branch_selector = branches.STANDARD_MILESTONE,
builder_spec = builder_config.builder_spec(
gclient_config = builder_config.gclient_config(
config = "chromium",
apply_configs = [
"enable_reclient",
],
),
chromium_config = builder_config.chromium_config(
config = "chromium_clang",
apply_configs = [
"mb",
],
build_config = builder_config.build_config.DEBUG,
target_bits = 64,
),
build_gs_bucket = "chromium-linux-archive",
),
console_view_entry = consoles.console_view_entry(
category = "cast",
short_name = "dbg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ try_.builder(
try_.builder(
name = "cast_shell_linux_dbg",
branch_selector = branches.STANDARD_MILESTONE,
mirrors = [
"ci/Cast Linux Debug",
],
main_list_view = "try",
tryjob = try_.job(
location_regexp = [
Expand Down

0 comments on commit 3b1bb31

Please sign in to comment.