Commit 7650de1d authored by Charlie Andrews's avatar Charlie Andrews Committed by Commit Bot

Update the Windows target OS version strings to reflect system update

Windows silently updated and, because we target the exact version, the
benchmarks running on these machines started to fail with "out of
capacity" errors.

The long term solution here probably has to do with removing the OS
version from the targeting criteria altogether given the fact that we
already target the exact machines, but in the short term, this should
get our bots greener.

TBR=nednguyen@google.com

Bug: 818877
Change-Id: I95ecfc8b3381eaa45c0d69d2b0caa747d1b1f9eb
Reviewed-on: https://chromium-review.googlesource.com/963146
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Reviewed-by: default avatarCharlie Andrews <charliea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543427}
parent 4df43b0c
This diff is collapsed.
...@@ -294,7 +294,7 @@ def get_waterfall_config(): ...@@ -294,7 +294,7 @@ def get_waterfall_config():
swarming=[ swarming=[
{ {
'gpu': '8086:1616', 'gpu': '8086:1616',
'os': 'Windows-10-16299.248', 'os': 'Windows-10',
'pool': 'Chrome-perf', 'pool': 'Chrome-perf',
'device_ids': [ 'device_ids': [
'build117-b1', 'build118-b1', 'build117-b1', 'build118-b1',
...@@ -308,7 +308,7 @@ def get_waterfall_config(): ...@@ -308,7 +308,7 @@ def get_waterfall_config():
swarming=[ swarming=[
{ {
'gpu': '102b:0534', 'gpu': '102b:0534',
'os': 'Windows-10-10240', 'os': 'Windows-10',
'pool': 'Chrome-perf', 'pool': 'Chrome-perf',
'device_ids': [ 'device_ids': [
'build132-m1', 'build133-m1', 'build132-m1', 'build133-m1',
......
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