Skip to content

Commit

Permalink
add -Dproductized profile for Kogito PR check and remove -Dfull profi…
Browse files Browse the repository at this point in the history
…le for Drools PR check

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 Apr 4, 2024
1 parent 51f9dcc commit 08092d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
include:
- job_name: kogito-runtimes
repository: kogito-runtimes
env_BUILD_MVN_OPTS: "-Dproductized"
- job_name: kogito-apps
repository: kogito-apps
env_BUILD_MVN_OPTS: "-DskipUI"
env_BUILD_MVN_OPTS: "-DskipUI -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
2 changes: 0 additions & 2 deletions .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
- name: Build Chain
uses: kiegroup/kie-ci/.ci/actions/build-chain@main
env:
BUILD_MVN_OPTS_CURRENT: -Dfull
with:
definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/drools/${BRANCH:main}/.ci/buildchain-config.yaml
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
Expand Down

0 comments on commit 08092d2

Please sign in to comment.