Commit fa0f46c9 authored by Yuly Novikov's avatar Yuly Novikov Committed by Commit Bot

Decommission Win10 FYI Exp LinuxVM Testing (NVIDIA)

TBR=kbr

Bug: 976471
Change-Id: I89a5376a8f362836f1049fe8fe07e264f7c5d350
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692332Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675863}
parent e2714332
...@@ -2379,12 +2379,6 @@ buckets { ...@@ -2379,12 +2379,6 @@ buckets {
name: "Win7 FYI x64 Release (NVIDIA)" name: "Win7 FYI x64 Release (NVIDIA)"
mixins: "linux-gpu-fyi-ci-tester" mixins: "linux-gpu-fyi-ci-tester"
} }
builders {
# TODO(crbug.com/952071): remove,
# once all of the Windows testers run succesfully on thin Linux VMs.
name: "Win10 FYI Exp LinuxVM Testing (NVIDIA)"
mixins: "linux-gpu-fyi-ci-tester"
}
# chromium.dawn # chromium.dawn
builders { builders {
......
...@@ -3217,11 +3217,6 @@ consoles { ...@@ -3217,11 +3217,6 @@ consoles {
category: "Windows|7|AMD" category: "Windows|7|AMD"
short_name: "rel" short_name: "rel"
} }
builders {
name: "buildbucket/luci.chromium.ci/Win10 FYI Exp LinuxVM Testing (NVIDIA)"
category: "Windows|10|Nvidia"
short_name: "lvm"
}
builders { builders {
name: "buildbucket/luci.chromium.ci/Win10 FYI Exp Release (NVIDIA)" name: "buildbucket/luci.chromium.ci/Win10 FYI Exp Release (NVIDIA)"
category: "Windows|10|Nvidia" category: "Windows|10|Nvidia"
......
...@@ -2680,17 +2680,6 @@ job { ...@@ -2680,17 +2680,6 @@ job {
noop: {} noop: {}
} }
job {
id: "Win10 FYI Exp LinuxVM Testing (NVIDIA)"
# Triggered by "GPU FYI Win Builder"
acl_sets: "triggered-by-parent-builders"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "Win10 FYI Exp LinuxVM Testing (NVIDIA)"
}
}
job { job {
id: "Win10 FYI Exp Release (Intel HD 630)" id: "Win10 FYI Exp Release (Intel HD 630)"
# Triggered by "GPU FYI Win Builder" # Triggered by "GPU FYI Win Builder"
......
This diff is collapsed.
...@@ -3024,21 +3024,6 @@ ...@@ -3024,21 +3024,6 @@
'gpu_telemetry_tests': 'gpu_fyi_win_debug_telemetry_tests', 'gpu_telemetry_tests': 'gpu_fyi_win_debug_telemetry_tests',
}, },
}, },
# TODO(crbug.com/952071): make this configuration work, then
# replace all the Windows testers with thin Linux VMs and remove
# this bot.
'Win10 FYI Exp LinuxVM Testing (NVIDIA)': {
'os_type': 'win',
'browser_config': 'release',
'mixins': [
'win10_nvidia_quadro_p400_stable',
],
'test_suites': {
'gtest_tests': 'gpu_fyi_win_gtests',
'isolated_scripts': 'gpu_angle_fyi_win_optional_and_representative_perf_isolated_scripts',
'gpu_telemetry_tests': 'gpu_fyi_win_release_telemetry_tests',
},
},
'Win10 FYI Exp Release (Intel HD 630)': { 'Win10 FYI Exp Release (Intel HD 630)': {
'os_type': 'win', 'os_type': 'win',
'browser_config': 'release', 'browser_config': 'release',
......
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