From: Edyta Krukowska Date: Wed, 3 Mar 2021 08:43:05 +0000 (+0100) Subject: Prepare CI jobs verify, merge + sonar job for nf-simulator/avcn-manager X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a82200394110b691272468391039039663373419;p=ci-management.git Prepare CI jobs verify, merge + sonar job for nf-simulator/avcn-manager Issue-ID: INT-1869 Signed-off-by: Edyta Krukowska Change-Id: Ia80720eb6003d50582a9e7aee770a1c23727ffbf --- diff --git a/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml b/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml new file mode 100644 index 000000000..7bfc09e22 --- /dev/null +++ b/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml @@ -0,0 +1,66 @@ +--- +- project: + name: integration-simulators-nf-simulator-avcn-manager + project-name: 'integration-simulators-nf-simulator-avcn-manager' + java-version: openjdk11 + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-docker-8c-8g + maven-versions-plugin: true + - gerrit-maven-docker-stage: + build-node: ubuntu1804-docker-8c-8g + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' + mvn-goals: 'clean install -P docker' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g + + project: 'integration/simulators/nf-simulator/avcn-manager' + stream: + - 'master': + branch: 'master' + mvn-settings: 'integration-simulators-nf-simulator-avcn-manager-settings' + # due to a strange macro / variable translation problem this needs + # to be passed as a string block to properly get the properties + # correctly defined in the job + maven-deploy-properties: | + deployAtEnd=true + files: '**' + archive-artifacts: '' + build-node: 'ubuntu1804-docker-8c-8g' + +- project: + name: integration-simulators-nf-simulator-avcn-manager-sonar + java-version: openjdk11 + jobs: + - gerrit-maven-sonar + sonarcloud: true + sonarcloud-project-organization: '{sonarcloud_project_organization}' + sonarcloud-api-token: '{sonarcloud_api_token}' + sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' + sonar-mvn-goal: '{sonar_mvn_goal}' + cron: '@daily' + build-node: ubuntu1804-docker-8c-8g + project: 'integration/simulators/nf-simulator/avcn-manager' + project-name: 'integration-simulators-nf-simulator-avcn-manager' + branch: 'master' + mvn-settings: 'integration-simulators-nf-simulator-avcn-manager-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: integration-simulators-nf-simulator-avcn-manager-view + project-name: integration-simulators-nf-simulator-avcn-manager + views: + - project-view + +- project: + name: integration-simulators-nf-simulator-avcn-manager-info + project: integration/simulators/nf-simulator/avcn-manager + project-name: integration-simulators-nf-simulator-avcn-manager + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify