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 a63b1b96 [incubator-kie-issues#1467] Defining reproducible step for
kogito-runtimes pull request (#1247)
a63b1b96 is described below
commit a63b1b96d3209219ce907ef8bf1ef4f4bd1924a3
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Fri Sep 13 15:52:04 2024 +0200
[incubator-kie-issues#1467] Defining reproducible step for kogito-runtimes
pull request (#1247)
* [incubator-kie-issues#1467] Defining reproducible step for
kogito-runtimes pull request
* [incubator-kie-issues#1467] Fixing reproducible check command
* [incubator-kie-issues#1467] Experimenting fixes
* [incubator-kie-issues#1467] Fixing exclusion
* [incubator-kie-issues#1467] Add jbpm-quarkus-integration-test to exclusion
* [incubator-kie-issues#1467] Add modules to exclusion
---------
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
.ci/pull-request-config.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.ci/pull-request-config.yaml b/.ci/pull-request-config.yaml
index d7303ecb..bd2a3598 100644
--- a/.ci/pull-request-config.yaml
+++ b/.ci/pull-request-config.yaml
@@ -47,6 +47,11 @@ build:
mvn dependency:tree clean -Dfull ${{ env.MVN_CMD }} ${{
env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{
env.KOGITO_RUNTIMES_BUILD_MVN_OPTS }}
upstream: |
mvn dependency:tree clean install -Dquickly -Dfull ${{
env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{
env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
+ after:
+ current: |
+ export
MVN_EXCLUSION="!org.kie.kogito:kogito-serverless-workflow-executor-python,!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,!
[...]
+ echo ${{ env.MVN_EXCLUSION }}
+ mvn clean package -DskipTests -Dfull artifact:compare
-Dreference.repo=file:~/.m2/repository -pl ${{ env.MVN_EXCLUSION }} ${{
env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{
env.KOGITO_RUNTIMES_BUILD_MVN_OPTS }}
- project: apache/incubator-kie-kogito-apps
build-command:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]