Upgrade iOS buildbot xcode to 15f31d.
Change-Id: I42a4b07668fe03191d9528fed73eed6500568890 Bug: None No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/357542 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42660}
This commit is contained in:
parent
175e0c95e3
commit
74c761384f
@ -13,7 +13,7 @@ lucicfg.check_version("1.30.9")
|
|||||||
WEBRTC_GIT = "https://webrtc.googlesource.com/src"
|
WEBRTC_GIT = "https://webrtc.googlesource.com/src"
|
||||||
WEBRTC_GERRIT = "https://webrtc-review.googlesource.com/src"
|
WEBRTC_GERRIT = "https://webrtc-review.googlesource.com/src"
|
||||||
WEBRTC_TROOPER_EMAIL = "webrtc-troopers-robots@google.com"
|
WEBRTC_TROOPER_EMAIL = "webrtc-troopers-robots@google.com"
|
||||||
WEBRTC_XCODE14 = "14c18"
|
WEBRTC_XCODE = "15f31d"
|
||||||
DEFAULT_CPU = "x86-64"
|
DEFAULT_CPU = "x86-64"
|
||||||
|
|
||||||
# Helpers:
|
# Helpers:
|
||||||
@ -707,10 +707,10 @@ def normal_builder_factory(**common_kwargs):
|
|||||||
# Mixins:
|
# Mixins:
|
||||||
|
|
||||||
ios_builder, ios_try_job = normal_builder_factory(
|
ios_builder, ios_try_job = normal_builder_factory(
|
||||||
properties = {"xcode_build_version": WEBRTC_XCODE14},
|
properties = {"xcode_build_version": WEBRTC_XCODE},
|
||||||
caches = [swarming.cache(
|
caches = [swarming.cache(
|
||||||
name = "xcode_ios_" + WEBRTC_XCODE14,
|
name = "xcode_ios_" + WEBRTC_XCODE,
|
||||||
path = "xcode_ios_" + WEBRTC_XCODE14 + ".app",
|
path = "xcode_ios_" + WEBRTC_XCODE + ".app",
|
||||||
)],
|
)],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -746,7 +746,7 @@ ios_builder("iOS64 Debug", "iOS|arm64|dbg")
|
|||||||
ios_try_job("ios_compile_arm64_dbg")
|
ios_try_job("ios_compile_arm64_dbg")
|
||||||
ios_builder("iOS64 Release", "iOS|arm64|rel")
|
ios_builder("iOS64 Release", "iOS|arm64|rel")
|
||||||
ios_try_job("ios_compile_arm64_rel")
|
ios_try_job("ios_compile_arm64_rel")
|
||||||
ci_builder("iOS Debug (simulator)", "iOS|x64|sim")
|
ios_builder("iOS Debug (simulator)", "iOS|x64|sim")
|
||||||
ios_try_job("ios_dbg_simulator")
|
ios_try_job("ios_dbg_simulator")
|
||||||
ios_builder("iOS API Framework Builder", "iOS|fat|size", recipe = "ios_api_framework", prioritized = True)
|
ios_builder("iOS API Framework Builder", "iOS|fat|size", recipe = "ios_api_framework", prioritized = True)
|
||||||
ios_try_job("ios_api_framework", recipe = "ios_api_framework")
|
ios_try_job("ios_api_framework", recipe = "ios_api_framework")
|
||||||
|
|||||||
@ -1593,13 +1593,13 @@ buckets {
|
|||||||
' },'
|
' },'
|
||||||
' "builder_group": "client.webrtc",'
|
' "builder_group": "client.webrtc",'
|
||||||
' "recipe": "webrtc/ios_api_framework",'
|
' "recipe": "webrtc/ios_api_framework",'
|
||||||
' "xcode_build_version": "14c18"'
|
' "xcode_build_version": "15f31d"'
|
||||||
'}'
|
'}'
|
||||||
priority: 29
|
priority: 29
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
caches {
|
caches {
|
||||||
name: "xcode_ios_14c18"
|
name: "xcode_ios_15f31d"
|
||||||
path: "xcode_ios_14c18.app"
|
path: "xcode_ios_15f31d.app"
|
||||||
}
|
}
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
@ -1644,10 +1644,15 @@ buckets {
|
|||||||
' ]'
|
' ]'
|
||||||
' },'
|
' },'
|
||||||
' "builder_group": "client.webrtc",'
|
' "builder_group": "client.webrtc",'
|
||||||
' "recipe": "webrtc/standalone"'
|
' "recipe": "webrtc/standalone",'
|
||||||
|
' "xcode_build_version": "15f31d"'
|
||||||
'}'
|
'}'
|
||||||
priority: 30
|
priority: 30
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
|
caches {
|
||||||
|
name: "xcode_ios_15f31d"
|
||||||
|
path: "xcode_ios_15f31d.app"
|
||||||
|
}
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
experiments {
|
experiments {
|
||||||
@ -1692,13 +1697,13 @@ buckets {
|
|||||||
' },'
|
' },'
|
||||||
' "builder_group": "client.webrtc",'
|
' "builder_group": "client.webrtc",'
|
||||||
' "recipe": "webrtc/standalone",'
|
' "recipe": "webrtc/standalone",'
|
||||||
' "xcode_build_version": "14c18"'
|
' "xcode_build_version": "15f31d"'
|
||||||
'}'
|
'}'
|
||||||
priority: 30
|
priority: 30
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
caches {
|
caches {
|
||||||
name: "xcode_ios_14c18"
|
name: "xcode_ios_15f31d"
|
||||||
path: "xcode_ios_14c18.app"
|
path: "xcode_ios_15f31d.app"
|
||||||
}
|
}
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
@ -1744,13 +1749,13 @@ buckets {
|
|||||||
' },'
|
' },'
|
||||||
' "builder_group": "client.webrtc",'
|
' "builder_group": "client.webrtc",'
|
||||||
' "recipe": "webrtc/standalone",'
|
' "recipe": "webrtc/standalone",'
|
||||||
' "xcode_build_version": "14c18"'
|
' "xcode_build_version": "15f31d"'
|
||||||
'}'
|
'}'
|
||||||
priority: 30
|
priority: 30
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
caches {
|
caches {
|
||||||
name: "xcode_ios_14c18"
|
name: "xcode_ios_15f31d"
|
||||||
path: "xcode_ios_14c18.app"
|
path: "xcode_ios_15f31d.app"
|
||||||
}
|
}
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
@ -3382,13 +3387,13 @@ buckets {
|
|||||||
' },'
|
' },'
|
||||||
' "builder_group": "tryserver.webrtc",'
|
' "builder_group": "tryserver.webrtc",'
|
||||||
' "recipe": "webrtc/ios_api_framework",'
|
' "recipe": "webrtc/ios_api_framework",'
|
||||||
' "xcode_build_version": "14c18"'
|
' "xcode_build_version": "15f31d"'
|
||||||
'}'
|
'}'
|
||||||
priority: 30
|
priority: 30
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
caches {
|
caches {
|
||||||
name: "xcode_ios_14c18"
|
name: "xcode_ios_15f31d"
|
||||||
path: "xcode_ios_14c18.app"
|
path: "xcode_ios_15f31d.app"
|
||||||
}
|
}
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
@ -3434,13 +3439,13 @@ buckets {
|
|||||||
' },'
|
' },'
|
||||||
' "builder_group": "tryserver.webrtc",'
|
' "builder_group": "tryserver.webrtc",'
|
||||||
' "recipe": "webrtc/standalone",'
|
' "recipe": "webrtc/standalone",'
|
||||||
' "xcode_build_version": "14c18"'
|
' "xcode_build_version": "15f31d"'
|
||||||
'}'
|
'}'
|
||||||
priority: 30
|
priority: 30
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
caches {
|
caches {
|
||||||
name: "xcode_ios_14c18"
|
name: "xcode_ios_15f31d"
|
||||||
path: "xcode_ios_14c18.app"
|
path: "xcode_ios_15f31d.app"
|
||||||
}
|
}
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
@ -3486,13 +3491,13 @@ buckets {
|
|||||||
' },'
|
' },'
|
||||||
' "builder_group": "tryserver.webrtc",'
|
' "builder_group": "tryserver.webrtc",'
|
||||||
' "recipe": "webrtc/standalone",'
|
' "recipe": "webrtc/standalone",'
|
||||||
' "xcode_build_version": "14c18"'
|
' "xcode_build_version": "15f31d"'
|
||||||
'}'
|
'}'
|
||||||
priority: 30
|
priority: 30
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
caches {
|
caches {
|
||||||
name: "xcode_ios_14c18"
|
name: "xcode_ios_15f31d"
|
||||||
path: "xcode_ios_14c18.app"
|
path: "xcode_ios_15f31d.app"
|
||||||
}
|
}
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
@ -3538,13 +3543,13 @@ buckets {
|
|||||||
' },'
|
' },'
|
||||||
' "builder_group": "tryserver.webrtc",'
|
' "builder_group": "tryserver.webrtc",'
|
||||||
' "recipe": "webrtc/standalone",'
|
' "recipe": "webrtc/standalone",'
|
||||||
' "xcode_build_version": "14c18"'
|
' "xcode_build_version": "15f31d"'
|
||||||
'}'
|
'}'
|
||||||
priority: 30
|
priority: 30
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
caches {
|
caches {
|
||||||
name: "xcode_ios_14c18"
|
name: "xcode_ios_15f31d"
|
||||||
path: "xcode_ios_14c18.app"
|
path: "xcode_ios_15f31d.app"
|
||||||
}
|
}
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user