Commit 74d1cce6 authored by Zhaoyang Li's avatar Zhaoyang Li Committed by Commit Bot

[iOS] Roll iOS14 beta bots to Xcode 12.2 beta 3 (12b5035g)

git grep -l '12b5025f' | xargs sed -i '' -e 's/12b5025f/12b5035g/g'

Bug: 1140148
Change-Id: Ic3ab0fac78b49a07cf64e9cb13c3cb6ead1d9d8b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503834Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821545}
parent 50ad5cce
...@@ -14166,11 +14166,11 @@ buckets { ...@@ -14166,11 +14166,11 @@ buckets {
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
cmd: "recipes" cmd: "recipes"
} }
properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"chromium.fyi\",\"recipe\":\"chromium\",\"xcode_build_version\":\"12b5025f\"}" properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"chromium.fyi\",\"recipe\":\"chromium\",\"xcode_build_version\":\"12b5035g\"}"
execution_timeout_secs: 36000 execution_timeout_secs: 36000
caches { caches {
name: "xcode_ios_12b5025f" name: "xcode_ios_12b5035g"
path: "xcode_ios_12b5025f.app" path: "xcode_ios_12b5035g.app"
} }
build_numbers: YES build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com" service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
...@@ -27537,7 +27537,7 @@ buckets { ...@@ -27537,7 +27537,7 @@ buckets {
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
cmd: "recipes" cmd: "recipes"
} }
properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"tryserver.chromium.mac\",\"recipe\":\"chromium_trybot\",\"xcode_build_version\":\"12b5025f\"}" properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"tryserver.chromium.mac\",\"recipe\":\"chromium_trybot\",\"xcode_build_version\":\"12b5035g\"}"
execution_timeout_secs: 14400 execution_timeout_secs: 14400
expiration_secs: 7200 expiration_secs: 7200
caches { caches {
...@@ -27545,8 +27545,8 @@ buckets { ...@@ -27545,8 +27545,8 @@ buckets {
path: "win_toolchain" path: "win_toolchain"
} }
caches { caches {
name: "xcode_ios_12b5025f" name: "xcode_ios_12b5035g"
path: "xcode_ios_12b5025f.app" path: "xcode_ios_12b5035g.app"
} }
build_numbers: YES build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com" service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
...@@ -137,7 +137,7 @@ xcode_cache = struct( ...@@ -137,7 +137,7 @@ xcode_cache = struct(
# (current default) xc12 gm seed # (current default) xc12 gm seed
x12a7209 = xcode_enum("xcode_ios_12a7209", "xcode_ios_12a7209.app"), x12a7209 = xcode_enum("xcode_ios_12a7209", "xcode_ios_12a7209.app"),
# latest Xcode 12 beta version. # latest Xcode 12 beta version.
x12b5025f = xcode_enum("xcode_ios_12b5025f", "xcode_ios_12b5025f.app"), x12b5035g = xcode_enum("xcode_ios_12b5035g", "xcode_ios_12b5035g.app"),
) )
################################################################################ ################################################################################
......
...@@ -3031,9 +3031,9 @@ ci.fyi_ios_builder( ...@@ -3031,9 +3031,9 @@ ci.fyi_ios_builder(
category = "iOS|iOS14", category = "iOS|iOS14",
short_name = "sdk14", short_name = "sdk14",
), ),
caches = [xcode_cache.x12b5025f], caches = [xcode_cache.x12b5035g],
properties = { properties = {
"xcode_build_version": "12b5025f", "xcode_build_version": "12b5035g",
}, },
) )
......
...@@ -1388,9 +1388,9 @@ try_.chromium_mac_ios_builder( ...@@ -1388,9 +1388,9 @@ try_.chromium_mac_ios_builder(
try_.chromium_mac_ios_builder( try_.chromium_mac_ios_builder(
name = "ios14-sdk-simulator", name = "ios14-sdk-simulator",
caches = [xcode_cache.x12b5025f], caches = [xcode_cache.x12b5035g],
properties = { properties = {
"xcode_build_version": "12b5025f", "xcode_build_version": "12b5035g",
}, },
) )
......
This diff is collapsed.
...@@ -1050,17 +1050,17 @@ ...@@ -1050,17 +1050,17 @@
}, },
}, },
# latest Xcode 12 beta version. # latest Xcode 12 beta version.
'xcode_12b5025f': { 'xcode_12b5035g': {
'$mixin_append': { '$mixin_append': {
'args': [ 'args': [
'--xcode-build-version', '--xcode-build-version',
'12b5025f' '12b5035g'
], ],
}, },
'swarming': { 'swarming': {
'named_caches': [ 'named_caches': [
{ {
'name': 'xcode_ios_12b5025f', 'name': 'xcode_ios_12b5035g',
'path': 'Xcode.app', 'path': 'Xcode.app',
}, },
], ],
......
...@@ -2410,7 +2410,7 @@ ...@@ -2410,7 +2410,7 @@
'mac_10.15', 'mac_10.15',
'mac_toolchain', 'mac_toolchain',
'out_dir_arg', 'out_dir_arg',
'xcode_12b5025f', 'xcode_12b5035g',
'xctest', 'xctest',
], ],
'test_suites': { 'test_suites': {
...@@ -2427,7 +2427,7 @@ ...@@ -2427,7 +2427,7 @@
'mac_10.15', 'mac_10.15',
'mac_toolchain', 'mac_toolchain',
'out_dir_arg', 'out_dir_arg',
'xcode_12b5025f', 'xcode_12b5035g',
'xctest', 'xctest',
], ],
'test_suites': { 'test_suites': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment