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