Add RTX3060 Win10 jobs.

Change-Id: I007c6e45eaa2d9a8e091f9b1ee235af26c938581
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/521840
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
Joe Gregorio 2022-04-11 10:30:46 -04:00 committed by SkCQ
parent 44409c070a
commit 7216659f71
3 changed files with 1221 additions and 2 deletions

View File

@ -903,6 +903,7 @@ func (b *taskBuilder) defaultSwarmDimensions() {
"RadeonHD7770": "1002:683d-26.20.13031.18002", "RadeonHD7770": "1002:683d-26.20.13031.18002",
"RadeonR9M470X": "1002:6646-26.20.13031.18002", "RadeonR9M470X": "1002:6646-26.20.13031.18002",
"QuadroP400": "10de:1cb3-30.0.15.1179", "QuadroP400": "10de:1cb3-30.0.15.1179",
"RTX3060": "10de:2489-30.0.15.1165",
}[b.parts["cpu_or_gpu_value"]] }[b.parts["cpu_or_gpu_value"]]
if !ok { if !ok {
log.Fatalf("Entry %q not found in Win GPU mapping.", b.parts["cpu_or_gpu_value"]) log.Fatalf("Entry %q not found in Win GPU mapping.", b.parts["cpu_or_gpu_value"])

View File

@ -380,6 +380,8 @@
{"name": "Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All"}, {"name": "Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All"},
{"name": "Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-ANGLE"}, {"name": "Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-ANGLE"},
{"name": "Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-Vulkan"}, {"name": "Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-Vulkan"},
{"name": "Perf-Win10-Clang-NUC9i7QN-GPU-RTX3060-x86_64-Release-All"},
{"name": "Perf-Win10-Clang-NUC9i7QN-GPU-RTX3060-x86_64-Release-All-Vulkan"},
{"name": "Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All"}, {"name": "Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All"},
{"name": "Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All-ANGLE"}, {"name": "Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All-ANGLE"},
{"name": "Perf-Win10-Clang-ShuttleA-GPU-GTX660-x86_64-Release-All"}, {"name": "Perf-Win10-Clang-ShuttleA-GPU-GTX660-x86_64-Release-All"},
@ -674,6 +676,10 @@
{"name": "Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-ANGLE"}, {"name": "Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-ANGLE"},
{"name": "Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-Direct3D"}, {"name": "Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-Direct3D"},
{"name": "Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-Vulkan"}, {"name": "Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-Vulkan"},
{"name": "Test-Win10-Clang-NUC9i7QN-GPU-RTX3060-x86_64-Debug-All"},
{"name": "Test-Win10-Clang-NUC9i7QN-GPU-RTX3060-x86_64-Debug-All-Vulkan"},
{"name": "Test-Win10-Clang-NUC9i7QN-GPU-RTX3060-x86_64-Release-All"},
{"name": "Test-Win10-Clang-NUC9i7QN-GPU-RTX3060-x86_64-Release-All-Vulkan"},
{"name": "Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All"}, {"name": "Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All"},
{"name": "Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE"}, {"name": "Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE"},
{"name": "Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All"}, {"name": "Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All"},

File diff suppressed because it is too large Load Diff