X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=738a06247b4344851a164669a5d3826535056874;hb=2e6424ae4a1216a65cfad744852b0e5c45fa6823;hp=85d95f95f8f4eab83d069f5e7793b65c21715e89;hpb=5e7040b0710c05df16d1815be74214c5eb5f9239;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index 85d95f95..738a0624 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -391,8 +391,9 @@ disable-job: false git-url: "$GIT_URL/$PROJECT" github-url: "https://github.com" - # Projects not compatible with jdk13 can set java-version to something else - java-version: openjdk13 + # SonarCloud scan using jdk8 will become deprecated by Oct, 2020 + # Projects not compatible with jdk11 can set java-version to something else + java-version: openjdk11 parallel: true pre-build-script: "# pre-build script goes here" python-version: python3 @@ -556,7 +557,7 @@ disable-job: false git-url: "$GIT_URL/$PROJECT" github-url: "https://github.com" - java-version: openjdk13 + java-version: openjdk11 mvn-global-settings: global-settings mvn-goals: validate mvn-opts: "" @@ -572,8 +573,8 @@ sonarcloud-project-organization: "" sonarcloud-api-token-cred-id: sonarcloud-api-token sonarcloud-qualitygate-wait: false - # Projects not compatible with jdk13 can set java-version to something else - sonarcloud-java-version: openjdk13 + # Projects not compatible with jdk17 can set java-version to something else + sonarcloud-java-version: openjdk17 stream: master submodule-recursive: true submodule-timeout: 10