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@d772cb1b96
This commit is contained in:
parent
e1d4fdc6d3
commit
269b656cf2
|
@ -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"
|
||||
)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue