Skip to content

Commit

Permalink
Merge pull request #18 from rgdoliveira/9.99.x-prod_productizedprof
Browse files Browse the repository at this point in the history
[9.99.x-prod] Fix PR checks failures
  • Loading branch information
rgdoliveira authored Feb 6, 2024
2 parents 61c70e9 + c7191e1 commit 320fc96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,18 @@ jobs:
timeout-minutes: 180
strategy:
matrix:
job_name: [ kogito-apps, kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ]
job_name: [ kogito-apps, serverless-workflow-examples ]
os: [ubuntu-latest]
java-version: [17]
maven-version: ['3.9.3']
include:
- job_name: kogito-apps
repository: kogito-apps
env_BUILD_MVN_OPTS: "-DskipUI"
- job_name: kogito-quarkus-examples
repository: kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: kogito-quarkus-examples/
- job_name: kogito-springboot-examples
repository: kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: kogito-springboot-examples/
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
1 change: 1 addition & 0 deletions .github/workflows/pr-kogito-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml
env:
BUILD_MVN_OPTS_CURRENT: '-T 1.5C'
BUILD_MVN_OPTS: -Dproductized
- name: Junit Report
uses: kiegroup/kogito-pipelines/.ci/actions/action-junit-report@main
if: ${{ always() }}
Expand Down

0 comments on commit 320fc96

Please sign in to comment.