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

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

commit 3768fd37affe373d000473d3be817ee12a777761
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Nov 30 13:52:50 2023 +0100

    TEMPORARY: adjust pipeline config
---
 .ci/jenkins/config/branch.yaml | 41 ++++++-----------------------------------
 .ci/jenkins/dsl/jobs.groovy    | 10 +++++-----
 2 files changed, 11 insertions(+), 40 deletions(-)

diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index f49107e9b9..72e06a7bce 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -10,46 +10,17 @@ environments:
       ADDITIONAL_TIMEOUT: 720
     ids:
     - native
-  quarkus-main:
-    enabled: false
-    env_vars:
-      QUARKUS_BRANCH: main
-      DROOLS_BUILD_MVN_OPTS: -Dfull
-    ids:
-    - quarkus
-  quarkus-3:
-    pull_request_default_check: false
-    env_vars:
-      BUILD_MAVEN_TOOL: maven_3.9.3
-      BUILD_JDK_TOOL: jdk_17_latest
-      BUILD_MVN_OPTS: -Denforcer.skip
-      # DROOLS_BUILD_MVN_OPTS: -Dfull #  "No enabled as it does not compile in 
quarkus-3
-      # BUILD_MVN_OPTS_QUARKUS_UPDATE: -Dfull
-    ids:
-    - quarkus
-    - quarkus3
-  quarkus-branch:
-    env_vars:
-      QUARKUS_BRANCH: '2.16'
-      DROOLS_BUILD_MVN_OPTS: -Dfull
-    ids:
-    - quarkus
-  sonarcloud:
-    auto_generation: false
-    env_vars:
-      ENABLE_SONARCLOUD: true
-      DROOLS_BUILD_MVN_OPTS: -Dfull
-    ids:
-    - sonarcloud
-    - coverage
+disable:
+  deploy: true
+  pr_checks: true
 repositories:
 - name: incubator-kie-drools
   job_display_name: drools
 # Not yet migrated to Apache
 # - name: incubator-kie-drools-website
 #   job_display_name: drools-website
-- name: incubator-kie-benchmarks
-  job_display_name: kie-benchmarks
+# - name: incubator-kie-benchmarks
+#   job_display_name: kie-benchmarks
 ## TODO to check if should be enabled
 # - name: incubator-kie-jpmml-integration
 #   job_display_name: kie-jpmml-integration
@@ -102,7 +73,7 @@ jenkins:
   agent:
     docker:
       builder:
-        image: quay.io/kiegroup/kogito-ci-build:main-latest
+        image: quay.io/kiegroup/kogito-ci-build:quarkus-3.2LTS-latest
         args: --privileged --group-add docker
   default_tools:
     jdk: jdk_11_latest
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index d6171b0704..7508c5d922 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -207,11 +207,11 @@ Closure setupSonarProjectKeyEnv = { Closure paramsGetter 
->
 Closure nightlyJobParamsGetter = isMainStream() ? 
JobParamsUtils.DEFAULT_PARAMS_GETTER : setup3AMCronTriggerJobParamsGetter
 KogitoJobUtils.createNightlyBuildChainBuildAndDeployJobForCurrentRepo(this, 
'', true)
 setupSpecificBuildChainNightlyJob('native', nightlyJobParamsGetter)
-setupSpecificBuildChainNightlyJob('sonarcloud', 
setupSonarProjectKeyEnv(nightlyJobParamsGetter))
-setupQuarkusIntegrationJob('quarkus-main', nightlyJobParamsGetter)
-setupQuarkusIntegrationJob('quarkus-branch', nightlyJobParamsGetter)
-setupQuarkusIntegrationJob('quarkus-lts', nightlyJobParamsGetter)
-setupQuarkusIntegrationJob('native-lts', nightlyJobParamsGetter)
+// setupSpecificBuildChainNightlyJob('sonarcloud', 
setupSonarProjectKeyEnv(nightlyJobParamsGetter))
+// setupQuarkusIntegrationJob('quarkus-main', nightlyJobParamsGetter)
+// setupQuarkusIntegrationJob('quarkus-branch', nightlyJobParamsGetter)
+// setupQuarkusIntegrationJob('quarkus-lts', nightlyJobParamsGetter)
+// setupQuarkusIntegrationJob('native-lts', nightlyJobParamsGetter)
 // Quarkus 3 nightly is exported to Kogito pipelines for easier integration
 
 // Release jobs


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

Reply via email to