From 0829e49af2d70d9d33ba3b6b43d2114bcf5c95df Mon Sep 17 00:00:00 2001 From: rmistry Date: Tue, 28 Jun 2016 10:17:03 -0700 Subject: Add blacklist for the Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs bot BUG=skia:5462 BUG=skia:5466 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2101403003 # Try bots do not run this code. NOTRY=true Review-Url: https://codereview.chromium.org/2101403003 --- infra/bots/ct/blacklists/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 infra/bots/ct/blacklists/README.md (limited to '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 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" + ] +} -- cgit v1.2.3