Skip to content

Commit

Permalink
Quarkus 3: Enable kie-jpmml-integration nightly (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 28, 2023
1 parent 4c90d4a commit f0d298c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ void setupQuarkus3NightlyJob() {
jobParams.parametersValues.put('SKIP_INTEGRATION_TESTS', true)
return jobParams
}
KogitoJobUtils.createBuildChainIntegrationJob(this, 'quarkus-3', 'kie-jpmml-integration', true) { script ->
def jobParams = JobParamsUtils.getDefaultJobParams(script, 'kie-jpmml-integration')
jobParams.env.put('ADDITIONAL_TIMEOUT', '180')
jobParams.env.put('BUILD_ENVIRONMENT_OPTIONS_CURRENT', 'rewrite push_changes')
jobParams.env.put('INTEGRATION_BRANCH_CURRENT', '9.x')
jobParams.parametersValues.put('SKIP_TESTS', true)
jobParams.parametersValues.put('SKIP_INTEGRATION_TESTS', true)
return jobParams
}
KogitoJobUtils.createBuildChainIntegrationJob(this, 'quarkus-3', 'kogito-runtimes', true) { script ->
def jobParams = JobParamsUtils.getDefaultJobParams(script, 'kogito-runtimes')
jobParams.env.put('ADDITIONAL_TIMEOUT', '720')
Expand Down

0 comments on commit f0d298c

Please sign in to comment.