Commit 2f55a7bf authored by zhaoyangli's avatar zhaoyangli Committed by Commit Bot

[code coverage] Add ios-simulator-code-coverage to try server.

It will be used to test changes affecting this builder at CI. It will
also be used for experimental per CL code coverage jobs temporarily in
the future.

Bug: 943883
Change-Id: I3ac3cd7588ef80700c24c6bc5904d4b808331bc8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099593Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749480}
parent 113c39f6
...@@ -821,6 +821,12 @@ try_.chromium_mac_ios_builder( ...@@ -821,6 +821,12 @@ try_.chromium_mac_ios_builder(
name = 'ios-device', name = 'ios-device',
) )
try_.chromium_mac_ios_builder(
name = 'ios-simulator-code-coverage',
executable = 'recipe:chromium_trybot',
use_clang_coverage = True,
)
try_.chromium_mac_ios_builder( try_.chromium_mac_ios_builder(
name = 'ios-simulator-cr-recipe', name = 'ios-simulator-cr-recipe',
executable = 'recipe:chromium_trybot', executable = 'recipe:chromium_trybot',
......
...@@ -17,6 +17,7 @@ luci.list_view( ...@@ -17,6 +17,7 @@ luci.list_view(
'try/gpu-try-mac-amd-retina-dbg', 'try/gpu-try-mac-amd-retina-dbg',
'try/gpu-try-mac-intel-dbg', 'try/gpu-try-mac-intel-dbg',
'try/ios-device', 'try/ios-device',
'try/ios-simulator-code-coverage',
'try/ios-simulator-cr-recipe', 'try/ios-simulator-cr-recipe',
'try/ios-simulator-cronet', 'try/ios-simulator-cronet',
'try/ios-simulator-full-configs', 'try/ios-simulator-full-configs',
......
...@@ -661,6 +661,10 @@ config_groups: < ...@@ -661,6 +661,10 @@ config_groups: <
builders: < builders: <
name: "chromium/try/ios-simulator" name: "chromium/try/ios-simulator"
> >
builders: <
name: "chromium/try/ios-simulator-code-coverage"
includable_only: true
>
builders: < builders: <
name: "chromium/try/ios-simulator-cr-recipe" name: "chromium/try/ios-simulator-cr-recipe"
includable_only: true includable_only: true
......
...@@ -15267,6 +15267,37 @@ buckets: < ...@@ -15267,6 +15267,37 @@ buckets: <
value: 5 value: 5
> >
> >
builders: <
name: "ios-simulator-code-coverage"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builder:ios-simulator-code-coverage"
dimensions: "cpu:x86-64"
dimensions: "os:Mac"
recipe: <
name: "chromium_trybot"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/code_coverage:{\"use_clang_coverage\":true}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.mac\""
>
execution_timeout_secs: 14400
expiration_secs: 7200
caches: <
name: "win_toolchain"
path: "win_toolchain"
>
caches: <
name: "xcode_ios_11c29"
path: "xcode_ios_11c29.app"
>
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
task_template_canary_percentage: <
value: 5
>
>
builders: < builders: <
name: "ios-simulator-cr-recipe" name: "ios-simulator-cr-recipe"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
......
...@@ -12960,6 +12960,9 @@ consoles: < ...@@ -12960,6 +12960,9 @@ consoles: <
builders: < builders: <
name: "buildbucket/luci.chromium.try/ios-device" name: "buildbucket/luci.chromium.try/ios-device"
> >
builders: <
name: "buildbucket/luci.chromium.try/ios-simulator-code-coverage"
>
builders: < builders: <
name: "buildbucket/luci.chromium.try/ios-simulator-cr-recipe" name: "buildbucket/luci.chromium.try/ios-simulator-cr-recipe"
> >
......
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