0

[ios blink] Roll builder to 18.4 SDK

We need the latest SDK since it has fixes needed for running
on a device.

Bug: 40254930
Change-Id: Ib4a26c9f025e4f1ed593ab29d42d7ddf5c31af1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6344230
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Yue She <yueshe@google.com>
Cr-Commit-Position: refs/heads/main@{#1430934}
This commit is contained in:
Dave Tapuska
2025-03-11 09:41:45 -07:00
committed by Chromium LUCI CQ
parent 0117ca0b16
commit 044b340251
8 changed files with 794 additions and 792 deletions
infra/config
generated
builders
ci
ios-blink-dbg-fyi
try
ios-blink-dbg-fyi
luci
subprojects
targets

@ -70,5 +70,5 @@
},
"builder_group": "chromium.fyi",
"recipe": "chromium",
"xcode_build_version": "16c5032a"
"xcode_build_version": "16e5121h"
}

@ -63,5 +63,5 @@
},
"builder_group": "tryserver.chromium.mac",
"recipe": "chromium_trybot",
"xcode_build_version": "16c5032a"
"xcode_build_version": "16e5121h"
}

@ -51747,8 +51747,8 @@ buckets {
priority: 35
execution_timeout_secs: 10800
caches {
name: "xcode_ios_16c5032a"
path: "xcode_ios_16c5032a.app"
name: "xcode_ios_16e5121h"
path: "xcode_ios_16e5121h.app"
}
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
@ -106492,8 +106492,8 @@ buckets {
seconds: 120
}
caches {
name: "xcode_ios_16c5032a"
path: "xcode_ios_16c5032a.app"
name: "xcode_ios_16e5121h"
path: "xcode_ios_16e5121h.app"
}
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"

@ -1996,7 +1996,7 @@ fyi_ios_builder(
"mac_beta_arm64",
"mac_toolchain",
"out_dir_arg",
"xcode_16_main",
"xcode_16_beta",
"xctest",
],
),
@ -2007,6 +2007,7 @@ fyi_ios_builder(
short_name = "ios-blk",
),
execution_timeout = 3 * time.hour,
xcode = xcode.x16betabots,
)
fyi_ios_builder(

@ -559,6 +559,7 @@ ios_builder(
builderless = True,
cpu = cpu.ARM64,
execution_timeout = 4 * time.hour,
xcode = xcode.x16betabots,
)
ios_builder(

@ -5004,7 +5004,7 @@ targets.bundle(
targets.bundle(
targets = "ios_blink_tests",
variants = [
"SIM_IPHONE_15_18_2",
"SIM_IPHONE_15_18_4",
],
),
],