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

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


The following commit(s) were added to refs/heads/main by this push:
     new df1aeb7998 Add --fail-at-end to functional-extension-tests Maven 
executions
df1aeb7998 is described below

commit df1aeb79985778b15c3d8a11b481f70daff7a9f2
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Nov 10 08:54:45 2023 +0000

    Add --fail-at-end to functional-extension-tests Maven executions
---
 .github/workflows/camel-master-cron.yaml   | 4 ++++
 .github/workflows/ci-build.yaml            | 4 ++++
 .github/workflows/quarkus-master-cron.yaml | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/.github/workflows/camel-master-cron.yaml 
b/.github/workflows/camel-master-cron.yaml
index 097b905f6f..2e501cf64e 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -251,24 +251,28 @@ jobs:
           cd extensions-core
           ../mvnw ${CQ_MAVEN_ARGS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd extensions && mvn test
         run: |
           cd extensions
           ../mvnw ${CQ_MAVEN_ARGS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd test-framework && mvn test
         run: |
           cd test-framework
           ../mvnw ${CQ_MAVEN_ARGS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd tooling && mvn verify
         run: |
           cd tooling
           ../mvnw ${CQ_MAVEN_ARGS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip \
+            --fail-at-end \
             verify
       - name: cd catalog && mvn test
         run: |
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 2de58c2e7e..fd0fa19c23 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -326,24 +326,28 @@ jobs:
           cd extensions-core
           ../mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd extensions && mvn test
         run: |
           cd extensions
           ../mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd test-framework && mvn test
         run: |
           cd test-framework
           ../mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd tooling && mvn verify
         run: |
           cd tooling
           ../mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip \
+            --fail-at-end \
             verify
       - name: cd catalog && mvn test
         run: |
diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index 776f4943b2..6010fb6657 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -252,24 +252,28 @@ jobs:
           cd extensions-core
           ../mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd extensions && mvn test
         run: |
           cd extensions
           ../mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd test-framework && mvn test
         run: |
           cd test-framework
           ../mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
+            --fail-at-end \
             test
       - name: cd tooling && mvn verify
         run: |
           cd tooling
           ../mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip \
+            --fail-at-end \
             verify
       - name: cd catalog && mvn test
         run: |

Reply via email to