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 9ca2ac6e8e7093ad7f74c308438024b300086905 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/ci-build.yaml | 2 +- .github/workflows/quarkus-master-cron.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 299e3f8886..0e51255541 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@v2 - name: mvn clean install -DskipTests run: | - eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install -DskipTests -Dquarkus.build.skip -Dskip.installyarn -Dskip.yarn + eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install -DskipTests -Dquarkus.build.skip -Dskip.installyarn -Dskip.yarn -pl '!tooling/perf-regression' - name: Sync Maven properties run: | ./mvnw cq:sync-versions ${MAVEN_ARGS} -N 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: |