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 Feb 8, 2024
1 parent f018003 commit d7a9e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- 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-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: kiegroup/kie-ci/.ci/actions/build-chain@main
env:
NODE_OPTIONS: "--max_old_space_size=4096"
env_BUILD_MVN_OPTS: "-Dproductized"
with:
definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
Expand Down

0 comments on commit d7a9e41

Please sign in to comment.