Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled LTS quarkus jobs/env #80

Merged
merged 2 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading