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/26 14:04:23 UTC

[camel-quarkus] branch master updated (8ac1b8f -> 840b58b)

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 8ac1b8f  Add jsch component extension
     new 1993b64  Rebalance test categories
     new 006f0bc  No need to spend 3m 45s by deleting unwanted SDKs, there is enough space on disk
     new 840b58b  Do not run functional-extension-tests if the PR has 'JVM' label set

The 3 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      | 11 ++--------
 tooling/scripts/test-categories.yaml | 40 +++++++++++++++---------------------
 2 files changed, 19 insertions(+), 32 deletions(-)


[camel-quarkus] 01/03: Rebalance test categories

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 1993b648cf3ed6810ba2ef2d073b5d8dfa3a0623
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Aug 26 14:17:26 2020 +0200

    Rebalance test categories
---
 tooling/scripts/test-categories.yaml | 40 +++++++++++++++---------------------
 1 file changed, 17 insertions(+), 23 deletions(-)

diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml
index 4e2fe46..1decf34 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
@@ -64,17 +66,16 @@ foundation:
   - seda
   - send-dynamic-http
   - git
-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
@@ -83,10 +84,7 @@ messaging:
   - rabbitmq
 misc:
   - braintree
-  - compression
-  - flatpack
   - graphql
-  - grok
   - jolt
   - master
   - mock
@@ -94,16 +92,19 @@ misc:
   - pdf
   - qute
   - stream
-  - tarfile
   - tika
-  - vertx
-networking:
+networking-dataformats:
   - ftp
   - http
   - mail
   - netty
   - servlet
   - websocket-jsr356
+  - vertx
+  - compression
+  - flatpack
+  - grok
+  - tarfile
 platform:
   - microprofile
   - openapi-java
@@ -123,10 +124,3 @@ saas:
   - sap-netweaver
   - servicenow
   - slack
-social:
-  - telegram
-  - twitter
-validation:
-  - bean-validator
-  - json-validator
-  - validator


[camel-quarkus] 03/03: Do not run functional-extension-tests if the PR has 'JVM' label set

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 840b58bf9358a248bb69a6f1d38273a6dca5e9f4
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Aug 26 14:26:14 2020 +0200

    Do not run functional-extension-tests if the PR has 'JVM' label set
---
 .github/workflows/ci-build.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 5dbac06..ee9017c 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -111,6 +111,7 @@ jobs:
   functional-extension-tests:
     runs-on: ubuntu-latest
     needs: build
+    if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'JVM')
     strategy:
       fail-fast: false
       matrix:


[camel-quarkus] 02/03: No need to spend 3m 45s by deleting unwanted SDKs, there is enough space on disk

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 006f0bc46063879e8a7c8e017779c299479c2139
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Aug 26 14:25:22 2020 +0200

    No need to spend 3m 45s by deleting unwanted SDKs, there is enough space on disk
---
 .github/workflows/ci-build.yaml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index d355556..5dbac06 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -58,17 +58,9 @@ jobs:
         uses: n1hility/cancel-previous-runs@v2
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
-      - name: Clean VM
+      - name: Check free space on disk
         run: |
           df -h /
-          echo "Removing unwanted SDKs"
-          sudo rm -rf /usr/local/lib/android \
-               rm -rf /usr/local/share/boost \
-               rm -rf /usr/local/go \
-               rm -rf /usr/share/dotnet \
-               rm -rf /usr/share/rust
-
-          df -h /
       - name: Setup apache-snapshots profile
         if: github.ref == 'refs/heads/camel-master' || github.base_ref == 'camel-master'
         run: |