Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 03-May-2024 | 341 | 14 | 10 | |
get_images_from_skps_100k_c37e844a6f8708-eee762104c75bd.json | D | 03-May-2024 | 738 | 23 | 22 | |
get_images_from_skps_100k_fad657e-276e633.json | D | 03-May-2024 | 996 | 29 | 28 |
README.md
1Blacklists for CT bots 2====================== 3 4Files in this directory are used by the [ct_skps.py](https://cs.chromium.org/chromium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs should be blacklisted. 5 6The format of the files are: 7 8{ 9 "blacklisted_skps": [ 10 "example1.skp", 11 "example2.skp" 12 ] 13} 14