diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index 35c51ed11d..33e7ae4a0a 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -31,7 +31,7 @@ staging-profile-id: a67b22fc3663f - project: - name: netconf-7.0.x + name: netconf-8.0.x jobs: - "{project-name}-rtd-jobs": build-node: centos8-builder-2c-2g @@ -41,15 +41,14 @@ - gerrit-tox-verify: build-node: centos8-builder-2c-2g parallel: true - - odl-maven-jobs-jdk17 - - odl-maven-verify-jobs-jdk17 - - odl-maven-verify-jobs-jdk21: - build-node: ubuntu2004-docker-4c-4g + - odl-maven-jobs-jdk21 + - odl-maven-verify-jobs-jdk21 project: netconf project-name: netconf - stream: 7.0.x - branch: 7.0.x + stream: 8.0.x + branch: 8.0.x + build-node: ubuntu2004-docker-4c-4g build-timeout: 90 mvn-settings: "netconf-settings" @@ -63,7 +62,7 @@ staging-profile-id: a67b22fc3663f - project: - name: netconf-6.0.x + name: netconf-7.0.x jobs: - "{project-name}-rtd-jobs": build-node: centos8-builder-2c-2g @@ -75,11 +74,13 @@ parallel: true - odl-maven-jobs-jdk17 - odl-maven-verify-jobs-jdk17 + - odl-maven-verify-jobs-jdk21: + build-node: ubuntu2004-docker-4c-4g project: netconf project-name: netconf - stream: 6.0.x - branch: 6.0.x + stream: 7.0.x + branch: 7.0.x build-timeout: 90 mvn-settings: "netconf-settings"