aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/ct/blacklists/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/ct/blacklists/README.md')
-rw-r--r--infra/bots/ct/blacklists/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/infra/bots/ct/blacklists/README.md b/infra/bots/ct/blacklists/README.md
new file mode 100644
index 0000000000..2a6cf6932e
--- /dev/null
+++ b/infra/bots/ct/blacklists/README.md
@@ -0,0 +1,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"
+ ]
+}