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 d897a0c commit ad64cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 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 All @@ -52,6 +53,7 @@ jobs:
starting-project: kiegroup/${{ matrix.repository }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
env:
BUILD_MVN_OPTS: ${{ matrix.env_BUILD_MVN_OPTS }}
KOGITO_EXAMPLES_SUBFOLDER_POM: ${{ matrix.env_KOGITO_EXAMPLES_SUBFOLDER_POM }}
- name: Surefire Report
uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
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"
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 ad64cc6

Please sign in to comment.