You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/03/26 09:21:07 UTC

[camel-quarkus] branch master updated: Separate some misc extensions into their own categories

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new b03e4d1  Separate some misc extensions into their own categories
b03e4d1 is described below

commit b03e4d1df677df62a4f31328917b6cbc7ee71959
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Mar 26 07:57:55 2020 +0000

    Separate some misc extensions into their own categories
---
 .github/workflows/pr-build.yaml | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml
index b544565..6b16cdb 100644
--- a/.github/workflows/pr-build.yaml
+++ b/.github/workflows/pr-build.yaml
@@ -91,7 +91,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        category: [Core, Foundation, Platform, Messaging, Dataformats, Networking, SQL, Cloud, Misc, SAAS, Memoryhog Dataformat JSON, Memoryhog Infinispan, Memoryhog Olingo4, Memoryhog XML]
+        category: [Core, Foundation, Platform, Messaging, Dataformats, Networking, SQL, Cloud, Misc, SAAS, Social, Validation, Memoryhog Dozer, Memoryhog Dataformat JSON, Memoryhog Infinispan, Memoryhog Olingo4, Memoryhog XML]
         include:
           - category: Cloud
             test-modules: >
@@ -131,6 +131,9 @@ jobs:
           - category: Memoryhog Dataformat JSON
             test-modules: >
               dataformats-json
+          - category: Memoryhog Dozer
+            test-modules: >
+              dozer
           - category: Memoryhog Infinispan
             test-modules: >
               infinispan
@@ -148,23 +151,19 @@ jobs:
               messaging
           - category: Misc
             test-modules: >
-              bean-validator
               braintree
               compression
-              dozer
-              ftp
               graphql
-              mail
               mustache
               pdf
               qute
               stream
               tarfile
-              telegram
-              validator
           - category: Networking
             test-modules: >
+              ftp
               http
+              mail
               netty
               servlet
               websocket-jsr356
@@ -183,12 +182,19 @@ jobs:
               salesforce
               servicenow
               slack
-              twitter
           - category: SQL
             test-modules: >
               jdbc
               mongodb
               sql
+          - category: Social
+            test-modules: >
+              telegram
+              twitter
+          - category: Validation
+            test-modules: >
+              bean-validator
+              validator
     steps:
       - name: Set BRANCH_OPTIONS
         if: github.base_ref == 'camel-master' || github.base_ref == 'quarkus-master'