Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: infra/bots/ct/blacklists/README.md

Issue 2101403003: Add blacklist for the Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs bot (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Remove Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra/bots/ct/blacklists/get_images_from_skps_100k_fad657e-276e633.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/ct/blacklists/README.md
diff --git a/infra/bots/ct/blacklists/README.md b/infra/bots/ct/blacklists/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2a6cf6932e32dccf467eb8c81c9b6dd34d2ed8aa
--- /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"
+ ]
+}
« no previous file with comments | « no previous file | infra/bots/ct/blacklists/get_images_from_skps_100k_fad657e-276e633.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698