Skip to content

Commit

Permalink
Update serviceutils jobs 2024.09 Scandium
Browse files Browse the repository at this point in the history
Three things needs to be updated:
- master (stable/scandium-to-be) needs to run with Java 21
- stable/calcium needs to run with Java 17 and verify with Java 21
- sonar needs to match master

Change-Id: Id548cfa4ece885151a91b96d6a420265d71838eb
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jul 17, 2024
1 parent ab7feaf commit c3ad391
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions jjb/serviceutils/serviceutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@
project-pattern: serviceutils
rtd-build-url: https://readthedocs.org/api/v2/webhook/opendaylight-serviceutils/40541/
rtd-token: 866f76be38ed7efc7027b9c52e7ad869e523e7c4
- odl-maven-jobs-jdk17
- odl-maven-verify-jobs-jdk17
- odl-maven-jobs-jdk21
- odl-maven-verify-jobs-jdk21

branch: "master"
project: serviceutils
project-name: serviceutils
stream: scandium
branch: master
build-node: ubuntu2004-docker-2c-2g
build-timeout: 90

project: "serviceutils"
project-name: "serviceutils"
build-node: centos8-builder-2c-2g
mvn-settings: "serviceutils-settings"
build-timeout: 90

dependencies: >
controller-merge-{stream},
yangtools-merge-{stream},
Expand All @@ -45,15 +46,18 @@
rtd-token: 866f76be38ed7efc7027b9c52e7ad869e523e7c4
- odl-maven-jobs-jdk17
- odl-maven-verify-jobs-jdk17
- odl-maven-verify-jobs-jdk21:
build-node: ubuntu2004-docker-2c-2g

branch: "stable/calcium"
project: serviceutils
project-name: serviceutils
stream: calcium

project: "serviceutils"
project-name: "serviceutils"
branch: "stable/calcium"
build-node: centos8-builder-2c-2g
mvn-settings: "serviceutils-settings"
build-timeout: 90

mvn-settings: "serviceutils-settings"

dependencies: >
controller-merge-{stream},
yangtools-merge-{stream},
Expand All @@ -78,14 +82,15 @@
- odl-maven-jobs-jdk17
- odl-maven-verify-jobs-jdk17

branch: "stable/potassium"
stream: potassium

project: "serviceutils"
project-name: "serviceutils"
branch: "stable/potassium"
stream: potassium
build-node: centos8-builder-2c-2g
mvn-settings: "serviceutils-settings"
build-timeout: 90

mvn-settings: "serviceutils-settings"

dependencies: >
controller-merge-{stream},
yangtools-merge-{stream},
Expand All @@ -98,11 +103,13 @@
- project:
name: serviceutils-sonar
jobs:
- odl-sonar-jobs-jdk17
- odl-sonar-jobs-jdk21

project: serviceutils
project-name: serviceutils
branch: master
build-node: ubuntu2004-docker-2c-2g

project: "serviceutils"
project-name: "serviceutils"
branch: "master"
mvn-settings: "serviceutils-settings"
mvn-opts: "-Xmx1024m"

Expand Down

0 comments on commit c3ad391

Please sign in to comment.