You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/08/28 11:59:10 UTC

[camel-quarkus] branch master updated (46841aa -> 254b08d)

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

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


    from 46841aa  JBPM JVM support
     new 8ac4485  Re-ballance test-categories.yaml once again
     new 254b08d  Rename build job in ci-build.yaml to initial-mvn-install

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci-build.yaml      | 16 ++++++++--------
 tooling/scripts/test-categories.yaml |  6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)


[camel-quarkus] 02/02: Rename build job in ci-build.yaml to initial-mvn-install

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 254b08d90ae8f6f5a8cd4a97bbf32a4e488d0b5c
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Aug 28 09:32:56 2020 +0200

    Rename build job in ci-build.yaml to initial-mvn-install
---
 .github/workflows/ci-build.yaml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index ee9017c..fc6e0e4 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -47,7 +47,7 @@ env:
   LANG: en_US.UTF-8
 
 jobs:
-  build:
+  initial-mvn-install:
     runs-on: ubuntu-latest
     env:
       MAVEN_OPTS: -Xmx3000m
@@ -110,7 +110,7 @@ jobs:
 
   functional-extension-tests:
     runs-on: ubuntu-latest
-    needs: build
+    needs: initial-mvn-install
     if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'JVM')
     strategy:
       fail-fast: false
@@ -158,7 +158,7 @@ jobs:
 
   extensions-jvm-tests:
     runs-on: ubuntu-latest
-    needs: build
+    needs: initial-mvn-install
     strategy:
       fail-fast: false
       matrix:
@@ -199,7 +199,7 @@ jobs:
 
   integration-tests-alternative-jvm:
     runs-on: ubuntu-latest
-    needs: build
+    needs: initial-mvn-install
     if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'JVM')
     strategy:
       fail-fast: false
@@ -241,12 +241,12 @@ jobs:
 
   native-tests:
     name: Native Tests - ${{matrix.category}}
-    needs: build
+    needs: initial-mvn-install
     runs-on: ubuntu-latest
     if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'JVM')
     strategy:
       fail-fast: false
-      matrix: ${{ fromJson(needs.build.outputs.matrix) }}
+      matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
     steps:
       - name: Setup apache-snapshots profile
         if: github.ref == 'refs/heads/camel-master' || github.base_ref == 'camel-master'
@@ -309,7 +309,7 @@ jobs:
           [[ -z $(git status --porcelain) ]] || { echo 'There are uncommitted changes'; git status; exit 1; }
 
   examples-tests:
-    needs: build
+    needs: initial-mvn-install
     runs-on: ubuntu-latest
     if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'JVM')
     strategy:
@@ -359,7 +359,7 @@ jobs:
 
   # memoryhogs:
   #   runs-on: ubuntu-latest
-  #   needs: build
+  #   needs: initial-mvn-install
   #   steps:
   #     - name: Checkout
   #       uses: actions/checkout@v2


[camel-quarkus] 01/02: Re-ballance test-categories.yaml once again

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8ac44857cf261689f281d61167129b55aa876089
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Aug 28 09:31:57 2020 +0200

    Re-ballance test-categories.yaml once again
---
 tooling/scripts/test-categories.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml
index 425c6f4..830feb5 100644
--- a/tooling/scripts/test-categories.yaml
+++ b/tooling/scripts/test-categories.yaml
@@ -22,6 +22,7 @@ cloud:
   - azure
   - consul
   - elasticsearch-rest
+  - smallrye-reactive-messaging
 core-main-validation:
   - core
   - main
@@ -64,8 +65,6 @@ foundation:
   - scheduler
   - ref
   - seda
-  - send-dynamic-http
-  - git
 xml-json-olingo4:
   - rest-binding-mode-xml
   - xml
@@ -96,8 +95,10 @@ misc:
   - stream
   - tika
 networking2-dataformats:
+  - git
   - mail
   - netty
+  - send-dynamic-http
   - servlet
   - websocket-jsr356
   - vertx
@@ -114,7 +115,6 @@ platform:
   - reactive-streams
   - rest
   - rest-openapi
-  - smallrye-reactive-messaging
 saas:
   - box
   - github