From babc4b1d6bfa67bd6cd77886e396137895c971e7 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Tue, 7 Feb 2023 14:10:29 +0100 Subject: [PATCH] [test] Upgrade Windows ia32 testing to Win10 Bug: chromium:1413661 Cq-Include-Trybots: luci.v8.try:v8_win_rel Change-Id: I08d7e8c699454a2b389cd977c21988b2050dfa63 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4224677 Reviewed-by: Liviu Rau Commit-Queue: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#85708} --- infra/testing/builders.pyl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/testing/builders.pyl b/infra/testing/builders.pyl index 5887804e83..423b8c2311 100644 --- a/infra/testing/builders.pyl +++ b/infra/testing/builders.pyl @@ -820,7 +820,7 @@ 'v8_win_dbg': { 'swarming_dimensions' : { 'cpu': 'x86-64', - 'os': 'Windows-7-SP1', + 'os': 'Windows-10-19045', }, 'tests': [ {'name': 'mozilla'}, @@ -830,7 +830,7 @@ 'v8_win_rel': { 'swarming_dimensions' : { 'cpu': 'x86-64', - 'os': 'Windows-7-SP1', + 'os': 'Windows-10-19045', }, 'tests': [ {'name': 'mozilla'}, @@ -1886,7 +1886,7 @@ 'V8 Win32': { 'swarming_dimensions': { 'cpu': 'x86-64', - 'os': 'Windows-7-SP1', + 'os': 'Windows-10-19045', }, 'tests': [ {'name': 'mozilla'}, @@ -1897,7 +1897,7 @@ 'V8 Win32 - debug': { 'swarming_dimensions': { 'cpu': 'x86-64', - 'os': 'Windows-7-SP1', + 'os': 'Windows-10-19045', }, 'tests': [ {'name': 'mozilla'},