From 22e09ee72350bb73c1defd0bc649b93ef4786e30 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 6 Dec 2024 08:41:49 +0100 Subject: [PATCH] aai-common sonar and clm jobs are broken due to missing docker environment - sonar and clm jobs execute the tests and thus need docker now Issue-ID: AAI-4079 Change-Id: I4683ee1704a25c60b0bb38164547a63bbbf376c0 Signed-off-by: Fiete Ostkamp --- jjb/aai/aai-aai-common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/aai/aai-aai-common.yaml b/jjb/aai/aai-aai-common.yaml index 12aa80bcc..f8d15fbcc 100644 --- a/jjb/aai/aai-aai-common.yaml +++ b/jjb/aai/aai-aai-common.yaml @@ -36,7 +36,7 @@ sonarcloud-project-organization: "{sonarcloud_project_organization}" sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" sonar-mvn-goal: "{sonar_mvn_goal}" - build-node: ubuntu1804-builder-4c-4g + build-node: centos8-docker-4c-4g project: "aai/aai-common" project-name: "aai-aai-common" branch: "master" @@ -52,7 +52,7 @@ jobs: - gerrit-maven-clm nexus-iq-namespace: "onap-" - build-node: ubuntu1804-builder-4c-4g + build-node: centos8-docker-4c-4g project: "aai/aai-common" project-name: "aai-aai-common" stream: -- 2.16.6