You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/08/25 14:01:47 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #1606: Fix #1602 Speed up the CI

jamesnetherton commented on a change in pull request #1606:
URL: https://github.com/apache/camel-quarkus/pull/1606#discussion_r476472240



##########
File path: .github/workflows/ci-build.yaml
##########
@@ -151,14 +150,101 @@ jobs:
           df -h /
           tar -xzf ../maven-repo.tgz -C ~
           df -h /
-      - name: Build on ${{ matrix.java }}
+      - name: cd extensions-core && mvn test
         run: |
-          ./mvnw -V -ntp ${BRANCH_OPTIONS} \
-            clean verify
-      - name: Fail if there are uncommitted changes
+          cd extensions-core
+          ../mvnw -V -ntp ${BRANCH_OPTIONS} \
+            -Dformatter.skip -Dimpsort.skip -Denforce=false -Dcamel-quarkus.update-extension-doc-page.skip \

Review comment:
       Maybe we could look at doing what Quarkus does and combine most of these under a `quickly` profile. E.g `mvn clean install -Dquickly`.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org