[graphite] Add some Intel Mac bots to test Graphite

Bug: skia:13033
Change-Id: I2b4a30f8adb927966ab20e8175a0dcf15fb3ed1e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/518636
Reviewed-by: Erik Rose <erikrose@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
This commit is contained in:
Jim Van Verth 2022-03-09 12:01:18 -05:00 committed by SkCQ
parent 7f9a95ab66
commit bdbb92a721
2 changed files with 448 additions and 0 deletions

View File

@ -107,11 +107,13 @@
{"name": "Build-Mac-Clang-x86_64-Debug-ASAN"},
{"name": "Build-Mac-Clang-x86_64-Debug-ASAN_Metal"},
{"name": "Build-Mac-Clang-x86_64-Debug-CommandBuffer"},
{"name": "Build-Mac-Clang-x86_64-Debug-Graphite"},
{"name": "Build-Mac-Clang-x86_64-Debug-Metal"},
{"name": "Build-Mac-Clang-x86_64-Release",
"cq_config": {}
},
{"name": "Build-Mac-Clang-x86_64-Release-CommandBuffer"},
{"name": "Build-Mac-Clang-x86_64-Release-Graphite"},
{"name": "Build-Mac-Clang-x86_64-Release-Metal"},
{"name": "Build-Mac-Clang-x86_64-Release-TSAN"},
{"name": "Build-Mac-Clang-x86_64-Release-TSAN_Metal"},
@ -550,6 +552,7 @@
{"name": "Test-Mac10.15.1-Clang-MacBookAir7.2-GPU-IntelHD6000-x86_64-Release-All-OOPRDDL_Metal"},
{"name": "Test-Mac10.15.1-Clang-MacBookAir7.2-GPU-IntelHD6000-x86_64-Release-All-TSAN_Metal"},
{"name": "Test-Mac10.15.7-Clang-VMware7.1-CPU-AVX-x86_64-Debug-All-NativeFonts"},
{"name": "Test-Mac10.15.7-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-Graphite"},
{"name": "Test-Mac10.15.7-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-Metal"},
{"name": "Test-Mac10.15.7-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-Metal"},
{"name": "Test-Mac10.15.7-Clang-MacMini7.1-CPU-AVX2-x86_64-Debug-All-NativeFonts"},
@ -562,6 +565,7 @@
{"name": "Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Release-All-Graphite"},
{"name": "Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Release-All-Metal"},
{"name": "Test-Mac12-Clang-MacBookPro16.2-GPU-IntelIrisPlus-x86_64-Debug-All"},
{"name": "Test-Mac12-Clang-MacBookPro16.2-GPU-IntelIrisPlus-x86_64-Debug-All-Graphite"},
{"name": "Test-Mac12-Clang-MacBookPro16.2-GPU-IntelIrisPlus-x86_64-Debug-All-Metal"},
{"name": "Test-Mac12-Clang-MacBookPro16.2-GPU-IntelIrisPlus-x86_64-Release-All"},
{"name": "Test-Mac12-Clang-MacBookPro16.2-GPU-IntelIrisPlus-x86_64-Release-All-Metal"},

File diff suppressed because one or more lines are too long