From c43d93f5877619af548443f9cbcc164c28f546d3 Mon Sep 17 00:00:00 2001 From: "M.Hosnidokht" Date: Mon, 10 May 2021 20:10:53 -0400 Subject: Replace jenkins verify/merge jobs build node with the one contains docker Current jenkins verify/merge jobs do need docker to run tests, but integration tests with testcontainer (https://gerrit.onap.org/r/c/aai/resources/+/121142) need docker to run successfully. Issue-ID: AAI-3324 Signed-off-by: Mohammad Hosnidokht Change-Id: I9d5162e12676505637232bc8f1cf5d03aae77ee4 --- jjb/aai/aai-resources.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'jjb') diff --git a/jjb/aai/aai-resources.yaml b/jjb/aai/aai-resources.yaml index b53b378cd..77d07a380 100644 --- a/jjb/aai/aai-resources.yaml +++ b/jjb/aai/aai-resources.yaml @@ -9,9 +9,12 @@ name: aai-resources project-name: 'aai-resources' jobs: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-verify-java': + build-node: ubuntu1804-docker-8c-8g + - '{project-name}-{stream}-merge-java': + build-node: ubuntu1804-docker-8c-8g - gerrit-maven-stage: + mvn-params: '-DskipTests' sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true @@ -44,7 +47,7 @@ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' sonar-mvn-goal: '{sonar_mvn_goal}' cron: '@daily' - build-node: ubuntu1804-builder-4c-4g + build-node: ubuntu1804-docker-8c-8g project: 'aai/resources' project-name: 'aai-resources' branch: 'master' -- cgit 1.2.3-korg