aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/ct/blacklists/README.md
blob: 2a6cf6932e32dccf467eb8c81c9b6dd34d2ed8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Blacklists for CT bots
======================

Files 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.

The format of the files are:

{
    "blacklisted_skps": [
        "example1.skp",
        "example2.skp"
    ]
}