Commit 8c13b9cf authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Decrease telemetry shards on chromeos-kevin-rel.

Most shards are quick enough that we can merge some:
https://ci.chromium.org/p/chromium/builders/ci/chromeos-kevin-rel/13179

This will help reduce load a little in the device pool.

R=jbudorick, martiniss

Bug: 989314
Change-Id: I4d6e07773ae2b9b9dabe76560501d38a5a8310cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729956
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Auto-Submit: Ben Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682964}
parent eeec3e06
...@@ -655,8 +655,7 @@ ...@@ -655,8 +655,7 @@
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut"
} }
], ],
"idempotent": false, "idempotent": false
"shards": 2
}, },
"trigger_script": { "trigger_script": {
"script": "//testing/trigger_scripts/chromeos_device_trigger.py" "script": "//testing/trigger_scripts/chromeos_device_trigger.py"
...@@ -684,7 +683,7 @@ ...@@ -684,7 +683,7 @@
} }
], ],
"idempotent": false, "idempotent": false,
"shards": 12 "shards": 10
}, },
"trigger_script": { "trigger_script": {
"script": "//testing/trigger_scripts/chromeos_device_trigger.py" "script": "//testing/trigger_scripts/chromeos_device_trigger.py"
......
...@@ -392,7 +392,6 @@ ...@@ -392,7 +392,6 @@
], ],
'swarming': { 'swarming': {
'idempotent': False, # https://crbug.com/549140 'idempotent': False, # https://crbug.com/549140
'shards': 2,
}, },
}, },
'telemetry_unittests': { 'telemetry_unittests': {
...@@ -404,7 +403,7 @@ ...@@ -404,7 +403,7 @@
], ],
'swarming': { 'swarming': {
'idempotent': False, # https://crbug.com/549140 'idempotent': False, # https://crbug.com/549140
'shards': 12, 'shards': 10,
}, },
}, },
}, },
......
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