From: waynedunican Date: Mon, 12 Jan 2026 12:41:38 +0000 (+0000) Subject: [POLICY] Update java21 release jobs to use CentOS build nodes X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F142905%2F1;p=ci-management.git [POLICY] Update java21 release jobs to use CentOS build nodes Issue-ID: POLICY-5529 Change-Id: Ib84cac525e6155a0a9a65cab53d6a54811f175f1 Signed-off-by: waynedunican --- diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index e409afaf6..12c7a39b7 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -41,7 +41,7 @@ maven-versions-plugin: true mvn-params: "-Dmaven.test.skip=true" - "{project-name}-gerrit-release-jobs": - build-node: ubuntu2204-docker-8c-8g + build-node: centos7-docker-2c-1g project: "policy/common" stream: diff --git a/jjb/policy/policy-docker-base-common.yaml b/jjb/policy/policy-docker-base-common.yaml index aa06f648b..40d759624 100644 --- a/jjb/policy/policy-docker-base-common.yaml +++ b/jjb/policy/policy-docker-base-common.yaml @@ -52,7 +52,7 @@ container-public-registry: "nexus3.onap.org:10001" container-staging-registry: "nexus3.onap.org:10003" - "{project-name}-gerrit-release-jobs": - build-node: ubuntu2204-docker-8c-8g + build-node: centos7-docker-2c-1g mvn-version: "mvn39" maven-version: "mvn39" mvn-settings: "policy-docker-settings"