X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Finfrautils%2Finfrautils.yaml;h=d9210e2642c4c24b909f6fe7850fcbe478080b3c;hb=067ae787d01909541fccd31231f6d46db65fb387;hp=98b2fb30e8b99b1cb43ce1a5a1573c12ee91fda0;hpb=316141c3a3e59d39c9a5b1e8d472be2e36b12556;p=releng%2Fbuilder.git diff --git a/jjb/infrautils/infrautils.yaml b/jjb/infrautils/infrautils.yaml index 98b2fb30e..d9210e264 100644 --- a/jjb/infrautils/infrautils.yaml +++ b/jjb/infrautils/infrautils.yaml @@ -8,16 +8,16 @@ project-pattern: infrautils rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/ rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9 - - odl-maven-jobs-jdk11 - - odl-maven-verify-jobs + - odl-maven-jobs-jdk17 + - odl-maven-verify-jobs-jdk17 stream: master project: "infrautils" project-name: "infrautils" branch: "master" - java-version: "openjdk11" + java-version: "openjdk17" mvn-settings: "infrautils-settings" - mvn-opts: "-Xmx1024m" + build-node: centos8-builder-4c-4g dependencies: "odlparent-merge-{stream}" email-upstream: "[infrautils] [odlparent]" @@ -25,7 +25,7 @@ staging-profile-id: 96fca0367756c - project: - name: infrautils-1.8.x + name: infrautils-4.0.x jobs: - "{project-name}-rtd-jobs": build-node: centos7-builder-2c-2g @@ -33,16 +33,16 @@ project-pattern: infrautils rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/ rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9 - - odl-maven-jobs-jdk11 - - odl-maven-verify-jobs + - odl-maven-jobs-jdk17 + - odl-maven-verify-jobs-jdk17 - stream: aluminium + stream: 4.0.x project: "infrautils" project-name: "infrautils" - branch: "1.8.x" - java-version: "openjdk11" + branch: "4.0.x" + java-version: "openjdk17" mvn-settings: "infrautils-settings" - mvn-opts: "-Xmx1024m" + build-node: centos8-builder-4c-4g dependencies: "odlparent-merge-{stream}" email-upstream: "[infrautils] [odlparent]" @@ -50,10 +50,8 @@ staging-profile-id: 96fca0367756c - project: - name: infrautils-magnesium + name: infrautils-3.0.x jobs: - - "{project-name}-distribution-check-{stream}" - - "{project-name}-maven-javadoc-jobs" - "{project-name}-rtd-jobs": build-node: centos7-builder-2c-2g doc-dir: .tox/docs/tmp/html @@ -62,14 +60,15 @@ rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9 - odl-maven-jobs-jdk11 - odl-maven-verify-jobs + - odl-maven-verify-jobs-jdk17: + build-node: centos8-builder-4c-4g - stream: magnesium + stream: 3.0.x project: "infrautils" project-name: "infrautils" - branch: "stable/magnesium" + branch: 3.0.x java-version: "openjdk11" mvn-settings: "infrautils-settings" - mvn-opts: "-Xmx1024m" dependencies: "odlparent-merge-{stream}" email-upstream: "[infrautils] [odlparent]" @@ -86,6 +85,9 @@ build-node: centos7-builder-2c-1g mvn-settings: infrautils-settings + # Needs to be rather long until we sort out the performance of + # https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/ + build-timeout: 60 - project: name: infrautils-sonar @@ -101,9 +103,10 @@ project: "infrautils" project-name: "infrautils" branch: "master" - java-version: "openjdk11" + java-version: "openjdk17" + mvn-version: mvn38 mvn-settings: "infrautils-settings" - mvn-opts: "-Xmx1024m" + build-node: centos8-builder-4c-4g sonarcloud: true sonarcloud-project-organization: "{sonarcloud_project_organization}" sonarcloud-api-token: "{sonarcloud_api_token}"