Commit b4690b25 authored by zhaoyangli's avatar zhaoyangli Committed by Commit Bot

[code coverage] Add xcode_build_version property to iOS coverage try builder.

This is needed so that the try builder runs can pass ensure xcode recipe
step.

Bug: 943883
Change-Id: I331d53b4bdd8ab815871ef06944db475b3d5c930
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108064Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751211}
parent 92439e8f
......@@ -541,6 +541,9 @@ try_.chromium_mac_ios_builder(
name = 'ios-simulator-code-coverage',
executable = 'recipe:chromium_trybot',
use_clang_coverage = True,
properties = {
'xcode_build_version': '11c29',
},
)
try_.chromium_mac_ios_builder(
......
......@@ -16480,6 +16480,7 @@ buckets: <
properties_j: "$build/code_coverage:{\"use_clang_coverage\":true}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.mac\""
properties_j: "xcode_build_version:\"11c29\""
>
execution_timeout_secs: 14400
expiration_secs: 7200
......
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