Skip to content

Commit

Permalink
Merge pull request #12 from kiegroup/pipelines-main-cleanup
Browse files Browse the repository at this point in the history
Try to clean up quarkus and main jobs
  • Loading branch information
mareknovotny authored Feb 2, 2024
2 parents df2d016 + e0666e8 commit ab8c9b5
Showing 1 changed file with 19 additions and 37 deletions.
56 changes: 19 additions & 37 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
generation_config:
missing_environments: ignore

job_types:
setup_branch:
disabled: true
nightly:
disabled: false
other:
disabled: true
pullrequest:
disabled: false
release:
disabled: true
tools:
disabled: true

environments:
native:
env_vars:
Expand All @@ -6,47 +23,12 @@ environments:
ADDITIONAL_TIMEOUT: 720
ids:
- native
native-lts:
env_vars:
NATIVE: true
BUILD_MVN_OPTS: -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral
BUILD_MVN_OPTS_CURRENT: -Dnative -Dquarkus.native.container-build=true
QUARKUS_BRANCH: '2.13'
ADDITIONAL_TIMEOUT: 720
BUILD_ENVIRONMENT: quarkus-lts
ids:
- native
- prod
- lts
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: kie-maven-3.9.1
BUILD_JDK_TOOL: kie-jdk17
BUILD_MVN_OPTS: -Denforcer.skip
ids:
- quarkus
- quarkus3
quarkus-lts:
pull_request_default_check: false
env_vars:
BUILD_MVN_OPTS: -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral
QUARKUS_BRANCH: '2.13'
ids:
- quarkus
- lts
- prod
sonarcloud:
enabled: false
auto_generation: false
Expand Down Expand Up @@ -127,7 +109,7 @@ cloud:
jenkins:
email_creds_id: KOGITO_CI_EMAIL_TO
default_tools:
jdk: kie-jdk11
maven: kie-maven-3.8.7
jdk: kie-jdk17
maven: kie-maven-3.9.3
sonar_jdk: kie-jdk17
jobs_definition_file: .ci/jenkins/dsl/jobs.groovy

0 comments on commit ab8c9b5

Please sign in to comment.