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-drools.git

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

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

diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index b0b67ba1a3..037cf4abae 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -10,46 +10,14 @@ 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
 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
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index b36c69c13a..94849fc8df 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -206,11 +206,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