Skip to content

Commit

Permalink
Disabled LTS quarkus jobs/env
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Feb 2, 2024
1 parent 3d50f3e commit e6313f2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 51 deletions.
25 changes: 0 additions & 25 deletions .ci/environments/quarkus-lts/before.sh

This file was deleted.

40 changes: 18 additions & 22 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 @@ -17,27 +34,6 @@ environments:
QUARKUS_BRANCH: '2.16'
ids:
- quarkus
quarkus-lts:
pull_request_default_check: false
env_vars:
BUILD_MVN_OPTS: -Dproductized
QUARKUS_BRANCH: '2.13'
ids:
- quarkus
- lts
- prod
native-lts:
env_vars:
NATIVE: true
BUILD_MVN_OPTS: -Dproductized
BUILD_MVN_OPTS_CURRENT: -Dnative -Dquarkus.native.container-build=true
QUARKUS_BRANCH: '2.13'
QUARKUS_NATIVE_BUILDER_IMAGE: mandrel
ADDITIONAL_TIMEOUT: 720
ids:
- native
- prod
- lts
ecosystem:
auto_generation: false
ids:
Expand Down Expand Up @@ -100,5 +96,5 @@ jenkins:
email_creds_id: OPTAPLANNER_CI_EMAIL
default_tools:
jdk: kie-jdk17
maven: kie-maven-3.8.7
maven: kie-maven-3.9.3
sonar_jdk: kie-jdk17
8 changes: 4 additions & 4 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ setupDeployJob(JobType.NIGHTLY)
setupSpecificBuildChainNightlyJob('native')
setupSpecificBuildChainNightlyJob('quarkus-main')
setupSpecificBuildChainNightlyJob('quarkus-branch')
setupSpecificBuildChainNightlyJob('quarkus-lts')
setupSpecificBuildChainNightlyJob('native-lts')
//setupSpecificBuildChainNightlyJob('quarkus-lts')
//setupSpecificBuildChainNightlyJob('native-lts')

// Release jobs
setupDeployJob(JobType.RELEASE)
setupPromoteJob(JobType.RELEASE)
//setupDeployJob(JobType.RELEASE)
//setupPromoteJob(JobType.RELEASE)

if (Utils.isMainBranch(this)) {
setupOptaPlannerTurtleTestsJob('drools')
Expand Down

0 comments on commit e6313f2

Please sign in to comment.