Skip to content

Commit

Permalink
Quarkus 3: Enable nightly (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 28, 2023
1 parent 72ab8bf commit 7484232
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
]
]

// TODO to enable once Quarkus 3 migration is needed
// For Quarkus 3, run only kie-jpmml-integration PR check... for now
// if (EnvUtils.hasEnvironmentId(this, jobFolder.getEnvironmentName(), 'quarkus3')) {
// jobConfig.jobs.retainAll { it.id == 'kie-jpmml-integration' }
// }
if (EnvUtils.hasEnvironmentId(this, jobFolder.getEnvironmentName(), 'quarkus3')) {
jobConfig.jobs.retainAll { it.id == 'kie-jpmml-integration' }
}

return jobConfig
}
Expand Down Expand Up @@ -77,12 +76,11 @@ setupQuarkusIntegrationJob('native-lts')
setupDeployJob(JobType.RELEASE)
setupPromoteJob(JobType.RELEASE)

// TODO to enable once Quarkus 3 migration is needed
// Quarkus 3
// if (EnvUtils.isEnvironmentEnabled(this, 'quarkus-3')) {
// setupPrQuarkus3RewriteJob()
// setupStandaloneQuarkus3RewriteJob()
// }
if (EnvUtils.isEnvironmentEnabled(this, 'quarkus-3')) {
setupPrQuarkus3RewriteJob()
setupStandaloneQuarkus3RewriteJob()
}

/////////////////////////////////////////////////////////////////
// Methods
Expand Down

0 comments on commit 7484232

Please sign in to comment.