Commit c2c723d0 authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[code coverage] Fix sharding for coverage bots

This CL fixes an error in test spec for coverage bots so that test
targets can be correctly sharded.

Change-Id: I399d32917545a98951dc8ba0bb5ff51b84ccbc61
Reviewed-on: https://chromium-review.googlesource.com/c/1303043Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarShuotao Gao <stgao@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603285}
parent 8aaa3e60
...@@ -5856,9 +5856,9 @@ ...@@ -5856,9 +5856,9 @@
"gtest_tests": [ "gtest_tests": [
{ {
"isolate_coverage_data": true, "isolate_coverage_data": true,
"shards": 2,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"shards": 2
}, },
"test": "base_unittests" "test": "base_unittests"
} }
......
...@@ -672,7 +672,9 @@ ...@@ -672,7 +672,9 @@
'chromium_linux_coverage_gtests': { 'chromium_linux_coverage_gtests': {
'base_unittests': { 'base_unittests': {
'shards': 2, 'swarming': {
'shards': 2,
},
}, },
}, },
......
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