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 2022/08/10 13:45:29 UTC

[camel-quarkus] 03/03: Exclude tooling/perf-regression module from the build due to #3979

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

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

commit 3bad89c7b08ed6e03f08b86f42f53d3fd2bf1449
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Aug 10 14:37:01 2022 +0100

    Exclude tooling/perf-regression module from the build due to #3979
---
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 8030729f19..706fbb69b2 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -78,7 +78,7 @@ jobs:
             && ./mvnw ${MAVEN_ARGS} clean install -Dquickly
       - name: Build Camel Quarkus
         run: |
-          ./mvnw ${MAVEN_ARGS} clean install -Dquarkus.version=999-SNAPSHOT -pl '!docs' --fail-at-end
+          ./mvnw ${MAVEN_ARGS} clean install -Dquarkus.version=999-SNAPSHOT -pl '!docs' -pl '!tooling/perf-regression' --fail-at-end
       - name: Tar Maven Repo
         shell: bash
         run: |