Skip to content

Commit

Permalink
[NO-ISSUE] Update CI configuration after Quarkus 3 update. (apache#5631)
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir authored Dec 18, 2023
1 parent e175ed2 commit cd8b5ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
38 changes: 13 additions & 25 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
generation_config:
missing_environment: ignore

job_types:
setup-branch:
disabled: true
nightly:
disabled: false
other:
disabled: true
pullrequest:
disabled: true
release:
disabled: true
tools:
disabled: true

environments:
default:
env_vars:
Expand All @@ -27,17 +10,22 @@ environments:
ADDITIONAL_TIMEOUT: 720
ids:
- native
disable:
deploy: true
pr_checks: true
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
Expand Down Expand Up @@ -90,9 +78,9 @@ jenkins:
agent:
docker:
builder:
image: quay.io/kiegroup/kogito-ci-build:quarkus-3.2LTS-latest
image: quay.io/kiegroup/kogito-ci-build:main-latest
args: --privileged --group-add docker
default_tools:
jdk: jdk_11_latest
maven: maven_3.8.6
jdk: jdk_17_latest
maven: maven_3.9.3
sonar_jdk: jdk_17_latest
3 changes: 0 additions & 3 deletions .ci/jenkins/config/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ git:
branches:
- name: main
main_branch: true
- name: 8.45.x
seed:
branch: seed-drools-8.45.x
seed:
config_file:
git:
Expand Down

0 comments on commit cd8b5ec

Please sign in to comment.