From 89dd2c18f7bc0f870f0c3a1313554f7282b73cad Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 23 May 2023 14:47:24 -0400 Subject: Update build node for sdnc/oam Update build nodes for sdnc/oam to match ccsdk/distribution, which uses Centos build nodes. Sigul does not work on ubuntu Issue-ID: CIMAN-432 Signed-off-by: Dan Timoney Change-Id: I7ef526fc066fef8a1d04ffbb93ca5498e7bbec9f --- jjb/sdnc/sdnc-oam.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jjb/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml index 155f937ea..561c13d59 100644 --- a/jjb/sdnc/sdnc-oam.yaml +++ b/jjb/sdnc/sdnc-oam.yaml @@ -9,20 +9,20 @@ cron: "@daily" mvn-params: "-Dmaven.test.skip=true" - gerrit-maven-stage: - build-node: ubuntu1804-docker-8c-8g - sign-artifacts: false + build-node: centos8-docker-8c-8g + sign-artifacts: true mvn-params: "-Dmaven.test.skip=true" cron: "" sbom-generator: true - gerrit-maven-docker-stage: - build-node: ubuntu1804-docker-8c-8g + build-node: centos8-docker-8c-8g container-public-registry: "nexus3.onap.org:10001" container-staging-registry: "nexus3.onap.org:10003" mvn-params: "-Dmaven.test.skip=true -Ddocker.skip.run=true -Pdocker" maven-versions-plugin: true cron: "@daily" - "{project-name}-gerrit-release-jobs": - build-node: ubuntu1804-builder-4c-4g + build-node: centos7-docker-2c-1g project: "sdnc/oam" stream: - "master": @@ -35,8 +35,8 @@ mvn-settings: "sdnc-oam-settings" files: "**" archive-artifacts: "" - sign-artifacts: false - build-node: ubuntu1804-builder-4c-4g + sign-artifacts: true + build-node: centos8-docker-8c-8g shallow-clone: true mvn-snapshot-id: "ecomp-snapshots" nexus-snapshot-repo: "snapshots" @@ -48,7 +48,7 @@ nexus-iq-namespace: "onap-" project: sdnc/oam project-name: "sdnc-oam" - build-node: ubuntu1804-builder-4c-4g + build-node: centos8-docker-8c-8g stream: - "master": branch: "master" -- cgit 1.2.3-korg