Commit e433d47a authored by Zhaoyang Li's avatar Zhaoyang Li Committed by Commit Bot

[iOS] Enable ResultDB on an iOS FYI builder.

A potential fix landed for the flaky "Connection aborted" issue in iOS
(See bug). Enable ResultDB on some fyi builders to verify the fix:
  * ios-simulator-multi-window
  * ios14-beta-simulator
  * ios14-sdk-simulator

These builders are not monitored or already have failing suites.

Bug: 1136998
Change-Id: I30577514f365c676c9e5d22143bc08b104499ca4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536932Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827459}
parent 07b2a51b
This diff is collapsed.
...@@ -2318,6 +2318,7 @@ ...@@ -2318,6 +2318,7 @@
}, },
'ios-simulator-multi-window': { 'ios-simulator-multi-window': {
'mixins': [ 'mixins': [
'enable_resultdb',
'mac_10.15', 'mac_10.15',
'mac_toolchain', 'mac_toolchain',
'out_dir_arg', 'out_dir_arg',
...@@ -2363,6 +2364,7 @@ ...@@ -2363,6 +2364,7 @@
'all', 'all',
], ],
'mixins': [ 'mixins': [
'enable_resultdb',
'mac_10.15', 'mac_10.15',
'mac_toolchain', 'mac_toolchain',
'out_dir_arg', 'out_dir_arg',
...@@ -2380,6 +2382,7 @@ ...@@ -2380,6 +2382,7 @@
'all', 'all',
], ],
'mixins': [ 'mixins': [
'enable_resultdb',
'mac_10.15', 'mac_10.15',
'mac_toolchain', 'mac_toolchain',
'out_dir_arg', 'out_dir_arg',
......
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