This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new dadd7dae [incubator-kie-issues#2029] Attempt remove full profile
building of kogito-runtimes as upstream module (#1301)
dadd7dae is described below
commit dadd7daea1152352501adf5750c6d47dbe858545
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Wed May 13 12:51:20 2026 +0000
[incubator-kie-issues#2029] Attempt remove full profile building of
kogito-runtimes as upstream module (#1301)
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
.ci/pull-request-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/pull-request-config.yaml b/.ci/pull-request-config.yaml
index 452c0da4..de02f994 100644
--- a/.ci/pull-request-config.yaml
+++ b/.ci/pull-request-config.yaml
@@ -48,7 +48,7 @@ build:
export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ];
then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{
env.KOGITO_RUNTIMES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
mvn dependency:tree -DoutputFile=${{ env.GITHUB_WORKSPACE }}/${{
env.DEPENDENCY_TREE_FILE }} -DappendOutput=true clean -Dfull ${{ env.MVN_CMD }}
${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{
env.KOGITO_RUNTIMES_BUILD_MVN_OPTS }}
upstream: |
- mvn dependency:tree -DoutputFile=${{ env.GITHUB_WORKSPACE }}/${{
env.DEPENDENCY_TREE_FILE }} -DappendOutput=true clean install -Dquickly -Dfull
${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{
env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
+ mvn dependency:tree -DoutputFile=${{ env.GITHUB_WORKSPACE }}/${{
env.DEPENDENCY_TREE_FILE }} -DappendOutput=true clean install -Dquickly ${{
env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{
env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
after:
current: |
export
MVN_EXCLUSION="!org.drools:drools-quarkus-rules-integration-test,!org.kie.kogito:jbpm-tests,!org.jbpm:jbpm-quarkus-integration-test,!org.kie.kogito:integration-tests-quarkus-norest,!org.kie.kogito:integration-tests-quarkus-norest,!org.kie.kogito:kogito-spring-boot-integration-tests,!org.kie.kogito:integration-tests-springboot-processes-persistence-common,!org.kie.kogito:integration-tests-springboot-decisions-it,!org.kie.kogito:integration-tests-springboot-kafka-it,!org.k
[...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]