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 d151836 Use --fail-at-end for nightly sync jobs integration tests
d151836 is described below
commit d151836f040655985d3cc5c4aac1b437aa25b088
Author: James Netherton <[email protected]>
AuthorDate: Mon Jun 21 11:24:18 2021 +0100
Use --fail-at-end for nightly sync jobs integration tests
---
.github/workflows/camel-master-cron.yaml | 3 ++-
.github/workflows/quarkus-master-cron.yaml | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/camel-master-cron.yaml
b/.github/workflows/camel-master-cron.yaml
index 790aaac..9198dc4 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -68,7 +68,7 @@ jobs:
git rev-parse origin/main > ~/build-data/main-sha.txt
- name: Build Camel Quarkus
run: |
- ./mvnw ${MAVEN_ARGS} clean install -Papache-snapshots -pl '!docs'
+ ./mvnw ${MAVEN_ARGS} clean install -Papache-snapshots -pl '!docs'
--fail-at-end
- name: Tar Maven Repo
shell: bash
run: tar -czf maven-repo.tgz -C ~ build-data .m2/repository
@@ -161,6 +161,7 @@ jobs:
eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean verify \
-Dformatter.skip -Dimpsort.skip -Denforcer.skip \
-Pnative,docker,ci \
+ --fail-at-end \
-pl "${NATIVE_MODULES[*]}"
fi
- name: Report Build Failure
diff --git a/.github/workflows/quarkus-master-cron.yaml
b/.github/workflows/quarkus-master-cron.yaml
index c06a921..f86991a 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -172,6 +172,7 @@ jobs:
eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean verify \
-Dformatter.skip -Dimpsort.skip -Denforcer.skip \
-Pnative,docker,ci \
+ --fail-at-end \
-pl "${NATIVE_MODULES[*]}"
fi
- name: Report Build Failure