Build bot for iOS simulator don't need a xcode version.
Skip CQ because it is currently broken and changes to config.star are not picked up by CQ anyway. Bug: None Change-Id: I3fb6c1fd8db6466b6f058f10d1232cc1624e0472 No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/357541 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42658}
This commit is contained in:
parent
02f375da42
commit
69720eda3d
@ -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")
|
||||||
ios_builder("iOS Debug (simulator)", "iOS|x64|sim")
|
ci_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")
|
||||||
|
|||||||
@ -1644,15 +1644,10 @@ buckets {
|
|||||||
' ]'
|
' ]'
|
||||||
' },'
|
' },'
|
||||||
' "builder_group": "client.webrtc",'
|
' "builder_group": "client.webrtc",'
|
||||||
' "recipe": "webrtc/standalone",'
|
' "recipe": "webrtc/standalone"'
|
||||||
' "xcode_build_version": "14c18"'
|
|
||||||
'}'
|
'}'
|
||||||
priority: 30
|
priority: 30
|
||||||
execution_timeout_secs: 7200
|
execution_timeout_secs: 7200
|
||||||
caches {
|
|
||||||
name: "xcode_ios_14c18"
|
|
||||||
path: "xcode_ios_14c18.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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user