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:37:40 UTC

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

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



##########
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:
       Hm... I am a bit undecided, what should be there in `-Dquickly`. I tend to think that most of times when I want to build quickly, `-Dformatter.skip -Dimpsort.skip -Denforce=false -Dcamel-quarkus.update-extension-doc-page.skip` should not be there, because in that way, I'd end up with unformated source tree with bad deps and stale docs. 




----------------------------------------------------------------
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