Skip to content

Commit

Permalink
add -Dproductized profile for PR checks
Browse files Browse the repository at this point in the history
The productized profile is still needed as there are still some leftovers of it in upstream code that was not removed yet
  • Loading branch information
rgdoliveira committed May 10, 2024
1 parent 5f0941e commit f41187e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-kogito-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '-T 1.5C'
BUILD_MVN_OPTS: -Dproductized
- name: Junit Report
uses: kiegroup/kogito-pipelines/.ci/actions/action-junit-report@main
if: ${{ always() }}
Expand Down

0 comments on commit f41187e

Please sign in to comment.