This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 1.0.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2bd704ae3fff16ddc245f212a0b5c17e821a4dca Author: Peter Palaga <[email protected]> AuthorDate: Wed Aug 26 14:17:26 2020 +0200 Rebalance test categories --- tooling/scripts/test-categories.yaml | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index bcc4153..36f5994 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -22,9 +22,8 @@ cloud: - azure - consul - elasticsearch-rest -core: +core-main-validation: - core -main: - main - main-caffeine-lrucache - main-collector @@ -32,6 +31,9 @@ main: - main-command-mode - main-xml-io - main-xml-jaxb + - bean-validator + - json-validator + - validator database: - couchdb - debezium @@ -63,17 +65,16 @@ foundation: - ref - seda - send-dynamic-http -memoryhog-dataformat-json: +xml-json-olingo4: + - rest-binding-mode-xml + - xml - dataformats-json -memoryhog-dozer: + - olingo4 +dozer-ispn-social: - dozer -memoryhog-infinispan: - infinispan -memoryhog-olingo4: - - olingo4 -memoryhog-xml: - - rest-binding-mode-xml - - xml + - telegram + - twitter messaging: - activemq - amqp @@ -90,16 +91,18 @@ misc: - pdf - qute - stream - - tarfile - tika - - vertx -networking: +networking-dataformats: - ftp - http - mail - netty - servlet - websocket-jsr356 + - vertx + - compression + - grok + - tarfile platform: - microprofile - openapi-java @@ -118,10 +121,3 @@ saas: - sap-netweaver - servicenow - slack -social: - - telegram - - twitter -validation: - - bean-validator - - json-validator - - validator
