Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
remove -Dfull profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Oct 10, 2023
1 parent 3b10a8e commit 7f30e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
environments:
default:
env_vars:
DROOLS_BUILD_MVN_OPTS: -Dfull
BUILD_MVN_OPTS: '-Dproductized -Dproductized '
BUILD_MVN_OPTS: '-Dproductized'
enabled: true
native:
env_vars:
NATIVE: true
BUILD_MVN_OPTS_CURRENT: -Dnative -Dquarkus.native.container-build=true
DROOLS_BUILD_MVN_OPTS: -Dfull
ADDITIONAL_TIMEOUT: 720
BUILD_MVN_OPTS: '-Dproductized -Dproductized '
BUILD_MVN_OPTS: '-Dproductized'
ids:
- native
enabled: true
quarkus-branch:
env_vars:
QUARKUS_BRANCH: '2.16'
DROOLS_BUILD_MVN_OPTS: -Dfull
BUILD_MVN_OPTS: '-Dproductized -Dproductized '
BUILD_MVN_OPTS: '-Dproductized'
ids:
- quarkus
enabled: true
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 7f30e8e

Please sign in to comment.