Skip to content

Commit

Permalink
Test java and maven version for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 27, 2023
1 parent ac233f7 commit 0aed75a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pipeline {
ENABLE_SONARCLOUD = 'false'
SONAR_PROJECT_KEY = 'apache_incubator-kie-drools'
DROOLS_BUILD_MVN_OPTS = '-Prun-code-coverage'

BUILD_JDK_TOOL = 'jdk_17_latest'
}
stages {
stage('Initialize') {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ jenkins:
image: quay.io/kiegroup/kogito-ci-build:main-latest
args: -v /var/run/docker.sock:/var/run/docker.sock --network host --group-add docker --group-add input --group-add render
default_tools:
jdk: jdk_11_latest
jdk: jdk_17_latest
maven: maven_3.8.6
sonar_jdk: jdk_17_latest
3 changes: 2 additions & 1 deletion .github/workflows/pr-downstream-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ on:

jobs:
build-chain:
if: contains(github.event.pull_request.labels.*.name, 'run_fdb')
if: false
#if: contains(github.event.pull_request.labels.*.name, 'run_fdb')
concurrency:
group: fdb-drools_${{ matrix.os }}_${{ matrix.java-version }}_${{ matrix.maven-version }}_${{ github.head_ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
kogito-downstream-build:
if: false
concurrency:
group: pr-${{ matrix.job_name }}_${{ matrix.os }}_${{ matrix.java-version }}_${{ matrix.maven-version }}_${{ github.head_ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-drools-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
drools-ansible:
if: false
concurrency:
group: pr-drools_ansible_${{ matrix.os }}_${{ matrix.java-version }}_${{ matrix.maven-version }}_${{ github.head_ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-drools-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
drools-build:
if: false
concurrency:
group: pr-drools_docs_${{ matrix.os }}_${{ matrix.java-version }}_${{ matrix.maven-version }}_${{ github.head_ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
drools-build:
if: false
concurrency:
group: pr-drools_${{ matrix.os }}_${{ matrix.java-version }}_${{ matrix.maven-version }}_${{ github.head_ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
dsl-tests:
if: false
concurrency:
group: ${{ github.repository.name }}_dsl_tests-${{ github.head_ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 0aed75a

Please sign in to comment.