Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 14, 2023
1 parent 2a92cc9 commit 5196063
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ void setupQuarkus3NightlyJob() {
jobParams.env.put('LAUNCH_DOWNSTREAM_JOBS', 'kogito-runtimes.integration')
jobParams.parametersValues.put('SKIP_TESTS', true)
jobParams.parametersValues.put('SKIP_INTEGRATION_TESTS', true)
JobParamsUtils.setupJobParamsDeployConfiguration(script, jobParams)
return jobParams
}
KogitoJobUtils.createBuildChainIntegrationJob(this, 'quarkus-3', 'kogito-runtimes', true) { script ->
Expand All @@ -249,7 +248,6 @@ void setupQuarkus3NightlyJob() {
jobParams.env.put('NODE_OPTIONS', '--max_old_space_size=4096')
jobParams.parametersValues.put('SKIP_TESTS', true)
jobParams.parametersValues.put('SKIP_INTEGRATION_TESTS', true)
JobParamsUtils.setupJobParamsDeployConfiguration(script, jobParams)
return jobParams
}
}
Expand Down

0 comments on commit 5196063

Please sign in to comment.