diff --git a/.github/workflows/pr-downstream.yml b/.github/workflows/pr-downstream.yml index ad13eb8f92e..cd30e8c2683 100644 --- a/.github/workflows/pr-downstream.yml +++ b/.github/workflows/pr-downstream.yml @@ -27,16 +27,19 @@ jobs: include: - job_name: kogito-apps repository: kogito-apps - env_BUILD_MVN_OPTS: "-DskipUI" + env_BUILD_MVN_OPTS: "-DskipUI -Dproductized" - job_name: kogito-quarkus-examples repository: kogito-examples env_KOGITO_EXAMPLES_SUBFOLDER_POM: kogito-quarkus-examples/ + env_BUILD_MVN_OPTS: "-Dproductized" - job_name: kogito-springboot-examples repository: kogito-examples env_KOGITO_EXAMPLES_SUBFOLDER_POM: kogito-springboot-examples/ + env_BUILD_MVN_OPTS: "-Dproductized" - job_name: serverless-workflow-examples repository: kogito-examples env_KOGITO_EXAMPLES_SUBFOLDER_POM: serverless-workflow-examples/ + env_BUILD_MVN_OPTS: "-Dproductized" fail-fast: false runs-on: ${{ matrix.os }} name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }}) diff --git a/.github/workflows/pr-kogito-runtimes.yml b/.github/workflows/pr-kogito-runtimes.yml index 1e0bbdb0764..613fcb9c344 100644 --- a/.github/workflows/pr-kogito-runtimes.yml +++ b/.github/workflows/pr-kogito-runtimes.yml @@ -47,6 +47,7 @@ jobs: definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml env: BUILD_MVN_OPTS_CURRENT: '-Dvalidate-formatting' + BUILD_MVN_OPTS: -Dproductized - name: Junit Report uses: kiegroup/kogito-pipelines/.ci/actions/action-junit-report@main if: ${{ always() }}