Commit 58574dcb authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Reland "Switch Win Exp bot to 26.20.100.7870"

This is a reland of e9f81dc4

Failures that caused the revert are semi-expected and only on a
bot marked as experimental.

Original change's description:
> Switch Win Exp bot to 26.20.100.7870
>
> Switches the GPU Win10 Intel experimental bot to trigger tests on
> machins with driver 26.20.100.7870 to test the stability.
>
> TBR=ynovikov@chromium.org
>
> Bug: 1053803
> Change-Id: I3fa8467656312288add0658a3e4b7dfb9c5ac2d8
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111470
> Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
> Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#751911}

TBR=ynovikov@chromium.org

Bug: 1053803
Change-Id: I9cd2367326cd9314434f0a4f34618e959b605b7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115777Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752600}
parent 6b5f3000
This diff is collapsed.
This diff is collapsed.
...@@ -678,17 +678,15 @@ ...@@ -678,17 +678,15 @@
}, },
}, },
}, },
# TODO(https://crbug.com/1053803): Re-add once the machines are upgraded to 'win10_intel_hd_630_experimental': {
# the newer driver version. 'swarming': {
# 'win10_intel_hd_630_experimental': { 'dimensions': {
# 'swarming': { 'gpu': '8086:5912-26.20.100.7870',
# 'dimensions': { 'os': 'Windows-10',
# 'gpu': '8086:5912-26.20.100.7323', 'pool': 'chromium.tests.gpu.template',
# 'os': 'Windows-10', },
# 'pool': 'chromium.tests.gpu.template', },
# }, },
# },
# },
'win10_intel_hd_630_stable': { 'win10_intel_hd_630_stable': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
......
...@@ -3462,15 +3462,12 @@ ...@@ -3462,15 +3462,12 @@
'browser_config': 'release_x64', 'browser_config': 'release_x64',
'mixins': [ 'mixins': [
'limited_capacity_bot', 'limited_capacity_bot',
'win10_intel_hd_630_stable', 'win10_intel_hd_630_experimental',
], ],
'test_suites': { 'test_suites': {
'gpu_telemetry_tests': 'gpu_noop_sleep_telemetry_test', 'gtest_tests': 'gpu_fyi_win_gtests',
# TODO(https://crbug.com/1053803): Re-enable tests once the machines 'isolated_scripts': 'gpu_angle_and_desktop_representative_perf_fyi_isolated_scripts',
# are updated to the target driver version. 'gpu_telemetry_tests': 'gpu_fyi_win_intel_release_telemetry_tests',
# 'gtest_tests': 'gpu_fyi_win_gtests',
# 'isolated_scripts': 'gpu_angle_and_desktop_representative_perf_fyi_isolated_scripts',
# 'gpu_telemetry_tests': 'gpu_fyi_win_intel_release_telemetry_tests',
}, },
}, },
'Win10 FYI x64 Exp Release (NVIDIA)': { 'Win10 FYI x64 Exp Release (NVIDIA)': {
......
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