Update builder xcode from 14 to 15.
Change-Id: If958fa2bf7e9fc1ecc7fbacf2316f11d3fefe9d1 Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/357881 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42682}
This commit is contained in:
parent
5b9d4adfc8
commit
d04efa32d6
@ -13,7 +13,7 @@ lucicfg.check_version("1.30.9")
|
||||
WEBRTC_GIT = "https://webrtc.googlesource.com/src"
|
||||
WEBRTC_GERRIT = "https://webrtc-review.googlesource.com/src"
|
||||
WEBRTC_TROOPER_EMAIL = "webrtc-troopers-robots@google.com"
|
||||
WEBRTC_XCODE14 = "14c18"
|
||||
WEBRTC_XCODE = "15f31d"
|
||||
DEFAULT_CPU = "x86-64"
|
||||
|
||||
# Helpers:
|
||||
@ -705,10 +705,10 @@ def normal_builder_factory(**common_kwargs):
|
||||
# Mixins:
|
||||
|
||||
ios_builder, ios_try_job = normal_builder_factory(
|
||||
properties = {"xcode_build_version": WEBRTC_XCODE14},
|
||||
properties = {"xcode_build_version": WEBRTC_XCODE},
|
||||
caches = [swarming.cache(
|
||||
name = "xcode_ios_" + WEBRTC_XCODE14,
|
||||
path = "xcode_ios_" + WEBRTC_XCODE14 + ".app",
|
||||
name = "xcode_ios_" + WEBRTC_XCODE,
|
||||
path = "xcode_ios_" + WEBRTC_XCODE + ".app",
|
||||
)],
|
||||
)
|
||||
|
||||
|
||||
@ -1593,13 +1593,13 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "client.webrtc",'
|
||||
' "recipe": "webrtc/ios_api_framework",'
|
||||
' "xcode_build_version": "14c18"'
|
||||
' "xcode_build_version": "15f31d"'
|
||||
'}'
|
||||
priority: 29
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_15f31d"
|
||||
path: "xcode_ios_15f31d.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
@ -1645,13 +1645,13 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "client.webrtc",'
|
||||
' "recipe": "webrtc/standalone",'
|
||||
' "xcode_build_version": "14c18"'
|
||||
' "xcode_build_version": "15f31d"'
|
||||
'}'
|
||||
priority: 30
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_15f31d"
|
||||
path: "xcode_ios_15f31d.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
@ -1697,13 +1697,13 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "client.webrtc",'
|
||||
' "recipe": "webrtc/standalone",'
|
||||
' "xcode_build_version": "14c18"'
|
||||
' "xcode_build_version": "15f31d"'
|
||||
'}'
|
||||
priority: 30
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_15f31d"
|
||||
path: "xcode_ios_15f31d.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
@ -1749,13 +1749,13 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "client.webrtc",'
|
||||
' "recipe": "webrtc/standalone",'
|
||||
' "xcode_build_version": "14c18"'
|
||||
' "xcode_build_version": "15f31d"'
|
||||
'}'
|
||||
priority: 30
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_15f31d"
|
||||
path: "xcode_ios_15f31d.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
@ -3388,13 +3388,13 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "tryserver.webrtc",'
|
||||
' "recipe": "webrtc/ios_api_framework",'
|
||||
' "xcode_build_version": "14c18"'
|
||||
' "xcode_build_version": "15f31d"'
|
||||
'}'
|
||||
priority: 30
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_15f31d"
|
||||
path: "xcode_ios_15f31d.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
@ -3440,13 +3440,13 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "tryserver.webrtc",'
|
||||
' "recipe": "webrtc/standalone",'
|
||||
' "xcode_build_version": "14c18"'
|
||||
' "xcode_build_version": "15f31d"'
|
||||
'}'
|
||||
priority: 30
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_15f31d"
|
||||
path: "xcode_ios_15f31d.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
@ -3492,13 +3492,13 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "tryserver.webrtc",'
|
||||
' "recipe": "webrtc/standalone",'
|
||||
' "xcode_build_version": "14c18"'
|
||||
' "xcode_build_version": "15f31d"'
|
||||
'}'
|
||||
priority: 30
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_15f31d"
|
||||
path: "xcode_ios_15f31d.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
@ -3544,13 +3544,13 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "tryserver.webrtc",'
|
||||
' "recipe": "webrtc/standalone",'
|
||||
' "xcode_build_version": "14c18"'
|
||||
' "xcode_build_version": "15f31d"'
|
||||
'}'
|
||||
priority: 30
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_15f31d"
|
||||
path: "xcode_ios_15f31d.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
name: "webrtc"
|
||||
access: "group:all"
|
||||
lucicfg {
|
||||
version: "1.43.8"
|
||||
version: "1.43.9"
|
||||
package_dir: "."
|
||||
config_dir: "."
|
||||
entry_point: "config.star"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user