From 269b656cf2815de241ecc83b12d4d2bf84120b92 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 13 Oct 2017 16:21:33 +0000 Subject: [PATCH] Prune the forbiddenPatterns tasks that are skipped (elastic/x-pack-elasticsearch#2754) We don't need to blindly skip all of these tasks. We don't have NOCOMMITs everywhere, just lots of places.... Original commit: elastic/x-pack-elasticsearch@d772cb1b96b705940b556bd41e42f7efcc5e5a21 --- dev-tools/ci | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-tools/ci b/dev-tools/ci index 23da10e1f3d..cb0c0a46ab4 100755 --- a/dev-tools/ci +++ b/dev-tools/ci @@ -68,10 +68,10 @@ case $key in ":x-pack-elasticsearch:qa:sql:multinode:check" ":x-pack-elasticsearch:qa:sql:no-security:check" ":x-pack-elasticsearch:qa:sql:security:check" - "-xforbiddenPatterns" - "-x:x-pack-elasticsearch:plugin:forbiddenPatterns" + "-x:x-pack-elasticsearch:sql:cli:forbiddenPatterns" + "-x:x-pack-elasticsearch:sql:jdbc:forbiddenPatterns" + "-x:x-pack-elasticsearch:sql:server:forbiddenPatterns" "-x:x-pack-elasticsearch:qa:sql:forbiddenPatterns" - "-x:x-pack-elasticsearch:qa:sql:no-security:forbiddenPatterns" "-x:x-pack-elasticsearch:qa:sql:security:forbiddenPatterns" ) ;;