Skip to content

Commit

Permalink
Avoid building gRPC integration tests as protobuf binaries are not wo…
Browse files Browse the repository at this point in the history
…rking on RHEL CI
  • Loading branch information
jamesnetherton authored and JiriOndrusek committed Sep 27, 2024
1 parent 5efc619 commit 783b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {
sh "df -h"
sh "git --version"
configFileProvider([configFile(fileId: 'fuse-maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh "./mvnw ${MAVEN_PARAMS} clean install -Dquickly"
sh "./mvnw ${MAVEN_PARAMS} clean install -Dquickly -pl '!:camel-quarkus-integration-test-grpc'"

//Fail if there are uncommitted changes after building
sh "[[ -z \$(git status --porcelain | grep -v antora.yml) ]] || { echo 'There are uncommitted changes. You may want to run mvn mvn org.l2x6.cq:cq-prod-maven-plugin:prod-excludes -N'; git diff; git status; exit 1; }"
Expand Down

0 comments on commit 783b028

Please sign in to comment.