diff options
author | rmistry <rmistry@google.com> | 2016-06-28 10:17:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-28 10:17:03 -0700 |
commit | 0829e49af2d70d9d33ba3b6b43d2114bcf5c95df (patch) | |
tree | a49414fef72d863921e2ba617b2d5da40ab87758 /infra/bots/ct/blacklists | |
parent | 3f0753d3eccece8ac7f02f6af36d66a96c3dfb26 (diff) |
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
Diffstat (limited to 'infra/bots/ct/blacklists')
-rw-r--r-- | infra/bots/ct/blacklists/README.md | 13 | ||||
-rw-r--r-- | infra/bots/ct/blacklists/get_images_from_skps_100k_fad657e-276e633.json | 20 |
2 files changed, 33 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" + ] +} diff --git a/infra/bots/ct/blacklists/get_images_from_skps_100k_fad657e-276e633.json b/infra/bots/ct/blacklists/get_images_from_skps_100k_fad657e-276e633.json new file mode 100644 index 0000000000..9bd0b3f6b0 --- /dev/null +++ b/infra/bots/ct/blacklists/get_images_from_skps_100k_fad657e-276e633.json @@ -0,0 +1,20 @@ +{ + "blacklisted_skps": [ + "http___www_dardarkom_com.skp", + "http___www_producthunt_com.skp", + "http___www_meh_com.skp", + "http___www_getapp_com.skp", + "http___www_tvfanatic_com.skp", + "http___www_inverse_com.skp", + "http___www_kitguru_net.skp", + "http___www_vestiairecollective_com.skp", + "http___www_thehollywoodgossip_com.skp", + "http___www_swarajyamag_com.skp", + "http___www_telquel_ma.skp", + "http___www_do512_com.skp", + "http___www_atac_roma_it.skp", + "http___www_unitypoint_org.skp", + "http___www_mozy_com.skp", + "http___www_cdgs_gov_cn.skp" + ] +} |