Skip to content

Commit

Permalink
- for GHA test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Jan 21, 2025
1 parent e793635 commit c2c14d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:

jobs:
kogito-downstream-build:
if: false
concurrency:
group: pr-${{ matrix.job_name }}_${{ matrix.os }}_${{ matrix.java-version }}_${{ matrix.maven-version }}_${{ github.head_ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build Chain
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main
env:
BUILD_MVN_OPTS_CURRENT: '-Dfull -Dreproducible'
BUILD_MVN_OPTS_CURRENT: '-Dfull -Dreproducible -DenableNewParser'
MAVEN_OPTS: "-Dfile.encoding=UTF-8"
with:
definition-file: https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- <logger name="org.drools.core.management" level="debug"/> -->
<!-- <logger name="org.drools.modelcompiler.builder" level="debug"/>-->
<!-- <logger name="org.drools.ancompiler" level="debug"/>-->
<!-- <logger name="org.drools.drl.parser.DrlParser" level="debug"/>-->
<logger name="org.drools.drl.parser.DrlParser" level="debug"/>

<root level="warn">
<appender-ref ref="consoleAppender" />
Expand Down

0 comments on commit c2c14d1

Please sign in to comment.