This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 91509d2 Avoid building all the code for sourcecheck verification
new 870955c Merge pull request #108 from orpiske/reduce-disk-usage
91509d2 is described below
commit 91509d238cb3f26122fbef87bdcb976525c788fa
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Mar 19 09:48:28 2020 +0100
Avoid building all the code for sourcecheck verification
---
.github/workflows/master-pr-build.yml | 2 +-
.github/workflows/master-push-build.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/master-pr-build.yml
b/.github/workflows/master-pr-build.yml
index 3ff3159..8b075eb 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -34,6 +34,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: mvn sourcecheck
- run: ./mvnw -V --no-transfer-progress -DskipTests --projects
org.apache.camel.kafkaconnector:camel-buildtools clean install && ./mvnw -V
--no-transfer-progress -Dcheckstyle.failOnViolation=true -Psourcecheck
-DskipTests clean verify
+ run: ./mvnw -V --no-transfer-progress -DskipTests --projects
org.apache.camel.kafkaconnector:camel-buildtools clean install && ./mvnw -V
--no-transfer-progress -Dcheckstyle.failOnViolation=true -Psourcecheck
-DskipTests clean compile test-compile
- name: mvn build and itests
run: ./mvnw -V --no-transfer-progress -DskipIntegrationTests=false clean
install
diff --git a/.github/workflows/master-push-build.yml
b/.github/workflows/master-push-build.yml
index 4cf1389..5bc412d 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -34,6 +34,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: mvn sourcecheck
- run: ./mvnw -V --no-transfer-progress -DskipTests --projects
org.apache.camel.kafkaconnector:camel-buildtools clean install && ./mvnw -V
--no-transfer-progress -Dcheckstyle.failOnViolation=true -Psourcecheck
-DskipTests clean verify
+ run: ./mvnw -V --no-transfer-progress -DskipTests --projects
org.apache.camel.kafkaconnector:camel-buildtools clean install && ./mvnw -V
--no-transfer-progress -Dcheckstyle.failOnViolation=true -Psourcecheck
-DskipTests clean compile test-compile
- name: mvn build and itests
run: ./mvnw -V --no-transfer-progress -DskipIntegrationTests=false
clean install