Commit ac43d2e7 authored by Lindsay Pasricha's avatar Lindsay Pasricha Committed by Commit Bot

[ios]Roll to xcode11.5 11e608c upstream fyi

Also updated ios fyi bot def to os=mac 10.15.

Bug: 1087433
Change-Id: I348d9b8d9bb637a2c79bb58086cfe6ea8206005a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2240459
Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779544}
parent 094fd64a
......@@ -10565,12 +10565,12 @@ buckets {
properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.fyi\""
properties_j: "xcode_build_version:\"11e146\""
properties_j: "xcode_build_version:\"11e608c\""
}
execution_timeout_secs: 36000
caches {
name: "xcode_ios_11e146"
path: "xcode_ios_11e146.app"
name: "xcode_ios_11e608c"
path: "xcode_ios_11e608c.app"
}
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
......@@ -10599,12 +10599,12 @@ buckets {
properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.fyi\""
properties_j: "xcode_build_version:\"11e146\""
properties_j: "xcode_build_version:\"11e608c\""
}
execution_timeout_secs: 36000
caches {
name: "xcode_ios_11e146"
path: "xcode_ios_11e146.app"
name: "xcode_ios_11e608c"
path: "xcode_ios_11e608c.app"
}
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
......@@ -25216,7 +25216,7 @@ buckets {
properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.mac\""
properties_j: "xcode_build_version:\"11e146\""
properties_j: "xcode_build_version:\"11e608c\""
}
execution_timeout_secs: 14400
expiration_secs: 7200
......@@ -25225,8 +25225,8 @@ buckets {
path: "win_toolchain"
}
caches {
name: "xcode_ios_11e146"
path: "xcode_ios_11e146.app"
name: "xcode_ios_11e608c"
path: "xcode_ios_11e608c.app"
}
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
......@@ -25258,7 +25258,7 @@ buckets {
properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.mac\""
properties_j: "xcode_build_version:\"11e146\""
properties_j: "xcode_build_version:\"11e608c\""
}
execution_timeout_secs: 14400
expiration_secs: 7200
......@@ -25267,8 +25267,8 @@ buckets {
path: "win_toolchain"
}
caches {
name: "xcode_ios_11e146"
path: "xcode_ios_11e146.app"
name: "xcode_ios_11e608c"
path: "xcode_ios_11e608c.app"
}
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
......@@ -1728,6 +1728,7 @@ ci.fyi_ios_builder(
short_name = 'mwd',
),
executable = 'recipe:chromium',
os = os.MAC_10_15,
properties = {
'xcode_build_version': '11e146',
},
......@@ -1755,6 +1756,7 @@ ci.fyi_ios_builder(
short_name = 'ios13',
),
executable = 'recipe:chromium',
os = os.MAC_10_15,
properties = {
'xcode_build_version': '11e146',
},
......@@ -1766,9 +1768,11 @@ ci.fyi_ios_builder(
category = 'iOS|iOS13',
short_name = 'dev',
),
caches = [xcode_cache.x11e608c],
executable = 'recipe:chromium',
os = os.MAC_10_15,
properties = {
'xcode_build_version': '11e146',
'xcode_build_version': '11e608c',
},
)
......@@ -1778,11 +1782,11 @@ ci.fyi_ios_builder(
category = 'iOS|iOS13',
short_name = 'sim',
),
caches = [xcode_cache.x11e146],
caches = [xcode_cache.x11e608c],
executable = 'recipe:chromium',
os = os.MAC_10_15,
properties = {
'xcode_build_version': '11e146'
'xcode_build_version': '11e608c'
}
)
......
......@@ -571,6 +571,7 @@ try_.chromium_mac_ios_builder(
use_clang_coverage = True,
coverage_exclude_sources = 'ios_test_files_and_test_utils',
coverage_test_types = ['unit'],
os = os.MAC_10_15,
properties = {
'xcode_build_version': '11e146',
},
......@@ -598,15 +599,20 @@ try_.chromium_mac_ios_builder(
try_.chromium_mac_ios_builder(
name = 'ios13-beta-simulator',
executable = 'recipe:chromium_trybot',
caches = [xcode_cache.x11e608c],
os = os.MAC_10_15,
properties = {
'xcode_build_version': '11e608c'
}
)
try_.chromium_mac_ios_builder(
name = 'ios13-sdk-simulator',
executable = 'recipe:chromium_trybot',
caches = [xcode_cache.x11e146],
caches = [xcode_cache.x11e608c],
os = os.MAC_10_15,
properties = {
'xcode_build_version': '11e146'
'xcode_build_version': '11e608c'
}
)
......
This diff is collapsed.
This diff is collapsed.
......@@ -5201,16 +5201,16 @@
'ios13_beta_simulator_tests': {
'ios_common_tests': {
'variants': [
'SIM_IPHONE_X_13_4',
'SIM_IPHONE_X_13_5',
'SIM_IPHONE_X_12_4',
],
},
'ios_eg2_tests': {
'variants': [
'SIM_IPHONE_X_13_4',
'SIM_IPHONE_7_13_4',
'SIM_IPAD_AIR_3RD_GEN_13_4',
'SIM_IPAD_6_GEN_13_4',
'SIM_IPHONE_X_13_5',
'SIM_IPHONE_7_13_5',
'SIM_IPAD_AIR_3RD_GEN_13_5',
'SIM_IPAD_6_GEN_13_5',
'SIM_IPHONE_X_12_4',
'SIM_IPAD_AIR_3RD_GEN_12_4',
'SIM_IPAD_6_GEN_12_4',
......@@ -5218,10 +5218,10 @@
},
'ios_eg2_cq_tests': {
'variants': [
'SIM_IPHONE_7_13_4',
'SIM_IPHONE_X_13_4',
'SIM_IPAD_PRO_13_4',
'SIM_IPAD_6_GEN_13_4',
'SIM_IPHONE_7_13_5',
'SIM_IPHONE_X_13_5',
'SIM_IPAD_PRO_13_5',
'SIM_IPAD_6_GEN_13_5',
'SIM_IPHONE_X_12_4',
'SIM_IPAD_PRO_12_4',
'SIM_IPAD_6_GEN_12_4',
......@@ -5229,9 +5229,9 @@
},
'ios_screen_size_dependent_tests': {
'variants': [
'SIM_IPHONE_6S_PLUS_13_4',
'SIM_IPHONE_X_13_4',
'SIM_IPAD_AIR_2_13_4',
'SIM_IPHONE_6S_PLUS_13_5',
'SIM_IPHONE_X_13_5',
'SIM_IPAD_AIR_2_13_5',
'SIM_IPHONE_6S_PLUS_12_4',
'SIM_IPHONE_X_12_4',
'SIM_IPAD_AIR_2_12_4',
......@@ -5248,9 +5248,9 @@
},
'ios_eg2_tests': {
'variants': [
'SIM_IPHONE_7_13_4',
'SIM_IPAD_AIR_2_13_4',
'SIM_IPHONE_X_13_4',
'SIM_IPHONE_7_13_5',
'SIM_IPAD_AIR_2_13_5',
'SIM_IPHONE_X_13_5',
'SIM_IPHONE_X_12_4',
'SIM_IPAD_AIR_3RD_GEN_12_4',
'SIM_IPAD_6_GEN_12_4',
......@@ -5258,8 +5258,8 @@
},
'ios_eg2_cq_tests': {
'variants': [
'SIM_IPHONE_X_13_4',
'SIM_IPAD_AIR_2_13_4',
'SIM_IPHONE_X_13_5',
'SIM_IPAD_AIR_2_13_5',
'SIM_IPHONE_X_12_4',
'SIM_IPAD_PRO_12_4',
'SIM_IPAD_6_GEN_12_4',
......@@ -5267,8 +5267,8 @@
},
'ios_screen_size_dependent_tests': {
'variants': [
'SIM_IPHONE_6S_PLUS_13_4',
'SIM_IPHONE_6S_13_4',
'SIM_IPHONE_6S_PLUS_13_5',
'SIM_IPHONE_6S_13_5',
'SIM_IPHONE_6S_PLUS_12_4',
'SIM_IPHONE_X_12_4',
'SIM_IPAD_AIR_2_12_4',
......
......@@ -77,14 +77,14 @@
],
'identifier': 'iPad Air (3rd generation) 12.4'
},
'SIM_IPAD_AIR_3RD_GEN_13_4': {
'SIM_IPAD_AIR_3RD_GEN_13_5': {
'args': [
'--platform',
'iPad Air (3rd generation)',
'--version',
'13.4'
'13.5'
],
'identifier': 'iPad Air (3rd generation) 13.4'
'identifier': 'iPad Air (3rd generation) 13.5'
},
'SIM_IPAD_PRO_12_4': {
'args': [
......@@ -95,14 +95,14 @@
],
'identifier': 'iPad Pro (12.9-inch) 12.4'
},
'SIM_IPAD_PRO_13_4': {
'SIM_IPAD_PRO_13_5': {
'args': [
'--platform',
'iPad Pro (12.9-inch)',
'--version',
'13.4',
'13.5',
],
'identifier': 'iPad Pro (12.9-inch) 13.4'
'identifier': 'iPad Pro (12.9-inch) 13.5'
},
'SIM_IPAD_6_GEN_12_4': {
'args': [
......@@ -113,14 +113,14 @@
],
'identifier': 'iPad (6th generation) 12.4'
},
'SIM_IPAD_6_GEN_13_4': {
'SIM_IPAD_6_GEN_13_5': {
'args': [
'--platform',
'iPad (6th generation)',
'--version',
'13.4',
'13.5',
],
'identifier': 'iPad (6th generation) 13.4'
'identifier': 'iPad (6th generation) 13.5'
},
'SIM_IPHONE_6S_12_4': {
'args': [
......@@ -140,6 +140,15 @@
],
'identifier': 'iPhone 6s 13.4'
},
'SIM_IPHONE_6S_13_5': {
'args': [
'--platform',
'iPhone 6s',
'--version',
'13.5',
],
'identifier': 'iPhone 6s 13.5'
},
'SIM_IPHONE_6S_PLUS_12_4': {
'args': [
'--platform',
......@@ -158,6 +167,15 @@
],
'identifier': 'iPhone 6s Plus 13.4'
},
'SIM_IPHONE_6S_PLUS_13_5': {
'args': [
'--platform',
'iPhone 6s Plus',
'--version',
'13.5',
],
'identifier': 'iPhone 6s Plus 13.5'
},
'SIM_IPHONE_7_13_4': {
'args': [
'--platform',
......@@ -167,6 +185,15 @@
],
'identifier': 'iPhone 7 13.4'
},
'SIM_IPHONE_7_13_5': {
'args': [
'--platform',
'iPhone 7',
'--version',
'13.5',
],
'identifier': 'iPhone 7 13.5'
},
'SIM_IPHONE_SE_13_4': {
'args': [
'--platform',
......
......@@ -2033,7 +2033,7 @@
'mac_10.15',
'mac_toolchain',
'out_dir_arg',
'xcode_11e146',
'xcode_11e608c',
],
'test_suites': {
'isolated_scripts': 'ios13_beta_simulator_tests'
......@@ -2052,7 +2052,7 @@
'mac_10.15',
'mac_toolchain',
'out_dir_arg',
'xcode_11e146',
'xcode_11e608c',
],
'test_suites': {
'isolated_scripts': 'ios13_sdk_simulator_tests'
......
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