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-pipelines.git
The following commit(s) were added to refs/heads/quarkus-3.2LTS by this push:
new 482ab873 TEMPORARY: adjust pipeline config
482ab873 is described below
commit 482ab8734df8a6d01fcd7a3a14a1c82adc587b37
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Nov 30 14:24:59 2023 +0100
TEMPORARY: adjust pipeline config
---
.ci/jenkins/config/branch.yaml | 49 ++++--------------------------------------
.ci/jenkins/dsl/jobs.groovy | 18 ++++++++--------
2 files changed, 13 insertions(+), 54 deletions(-)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index 6ed168c9..cdbdcd80 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -6,37 +6,9 @@ environments:
ADDITIONAL_TIMEOUT: 720
ids:
- native
- quarkus-main:
- enabled: false
- env_vars:
- QUARKUS_BRANCH: main
- ids:
- - quarkus
- quarkus-branch:
- env_vars:
- QUARKUS_BRANCH: '2.16'
- 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
- ids:
- - quarkus
- - quarkus3
- sonarcloud:
- auto_generation: false
- env_vars:
- ENABLE_SONARCLOUD: true
- ids:
- - sonarcloud
- - coverage
- ecosystem:
- auto_generation: false
- ids:
- - ecosystem
+disable:
+ deploy: true
+ pr_checks: true
repositories:
- name: incubator-kie-kogito-pipelines
job_display_name: kogito-pipelines
@@ -46,19 +18,6 @@ repositories:
job_display_name: kogito-apps
- name: incubator-kie-kogito-examples
job_display_name: kogito-examples
-- name: incubator-kie-kogito-images
- job_display_name: kogito-images
-- name: incubator-kie-kogito-operator
- job_display_name: kogito-operator
-- name: incubator-kie-kogito-serverless-operator
- job_display_name: kogito-serverless-operator
-- name: incubator-kie-kogito-docs
- job_display_name: kogito-docs
-# - name: incubator-kie-tools // Commented as this one will be treated at
another time
-# job_display_name: kie-tools
-- name: incubator-kie-docs
- job_display_name: kie-docs
- branch: main-kogito
git:
author:
name: apache
@@ -109,7 +68,7 @@ jenkins:
# At some point, this image will need to be changed when a release
branch is created
# but we need to make sure the image exists first ... simple tag
before setting up the branch ?
# See https://github.com/kiegroup/kie-issues/issues/551
- 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 8f177af6..17dc50b1 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -62,15 +62,15 @@ if (isMainStream()) {
setupQuarkus3NightlyJob()
}
-KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this,
'quarkus-main')
-KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this,
'quarkus-lts')
-KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this,
'quarkus-branch')
-KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this, 'native-lts')
-KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this, 'quarkus-3',
[]) { script ->
- def jobParams = JobParamsUtils.DEFAULT_PARAMS_GETTER(script)
- jobParams.env.put('INTEGRATION_BRANCH_CURRENT', '2.x')
- return jobParams
-}
+// KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this,
'quarkus-main')
+// KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this,
'quarkus-lts')
+// KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this,
'quarkus-branch')
+// KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this,
'native-lts')
+// KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this,
'quarkus-3', []) { script ->
+// def jobParams = JobParamsUtils.DEFAULT_PARAMS_GETTER(script)
+// jobParams.env.put('INTEGRATION_BRANCH_CURRENT', '2.x')
+// return jobParams
+// }
// Release
setupReleaseArtifactsJob()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]