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 <jamesnether...@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: |