This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch quarkus-3.2LTS
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git


The following commit(s) were added to refs/heads/quarkus-3.2LTS by this push:
     new 36658abdb CI - limit generated jobs
36658abdb is described below

commit 36658abdb5c49a75f81337783fa992b9c73ecd67
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Nov 30 15:34:45 2023 +0100

    CI - limit generated jobs
---
 .ci/jenkins/dsl/jobs.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 6daf1ff5f..9128d2050 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -105,10 +105,10 @@ Closure setupAdditionalTimeoutForDefaultNightly = { 
script ->
 Closure nightlyJobParamsGetter = isMainStream() ? 
JobParamsUtils.DEFAULT_PARAMS_GETTER : setup4AMCronTriggerJobParamsGetter
 KogitoJobUtils.createNightlyBuildChainBuildAndTestJobForCurrentRepo(this, '', 
true, setupAdditionalTimeoutForDefaultNightly)
 setupSpecificBuildChainNightlyJob('native', nightlyJobParamsGetter)
-// setupNightlyQuarkusIntegrationJob('quarkus-main', nightlyJobParamsGetter)
-// setupNightlyQuarkusIntegrationJob('quarkus-branch', nightlyJobParamsGetter)
-// setupNightlyQuarkusIntegrationJob('quarkus-lts', nightlyJobParamsGetter)
-// setupNightlyQuarkusIntegrationJob('native-lts', nightlyJobParamsGetter)
+setupNightlyQuarkusIntegrationJob('quarkus-main', nightlyJobParamsGetter)
+setupNightlyQuarkusIntegrationJob('quarkus-branch', nightlyJobParamsGetter)
+setupNightlyQuarkusIntegrationJob('quarkus-lts', nightlyJobParamsGetter)
+setupNightlyQuarkusIntegrationJob('native-lts', nightlyJobParamsGetter)
 
 // Release jobs
 setupReleaseDeployJob()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to