Skip to content

Commit

Permalink
Revert "CI: Deactive kie-jpmml-integration checks (#5469)" (#5470)
Browse files Browse the repository at this point in the history
This reverts commit 46b383c.
  • Loading branch information
radtriste authored Aug 21, 2023
1 parent ddef977 commit 84a930c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
env : [
KOGITO_EXAMPLES_SUBFOLDER_POM: 'serverless-workflow-examples/',
],
// ], [
// id: 'kie-jpmml-integration',
// repository: 'kie-jpmml-integration'
], [
id: 'kie-jpmml-integration',
repository: 'kie-jpmml-integration'
]
]
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 180
strategy:
matrix:
job_name: [ kogito-runtimes, kogito-apps, kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ]
job_name: [ kogito-runtimes, kogito-apps, kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples, kie-jpmml-integration ]
os: [ubuntu-latest]
java-version: [11]
maven-version: ['3.8.7']
Expand All @@ -39,8 +39,8 @@ jobs:
- job_name: serverless-workflow-examples
repository: kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: serverless-workflow-examples/
# - job_name: kie-jpmml-integration
# repository: kie-jpmml-integration
- job_name: kie-jpmml-integration
repository: kie-jpmml-integration
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }})
Expand Down

0 comments on commit 84a930c

Please sign in to comment.