From 6168bd236d676394133d4d0f17811ae72092b36d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 28 Jul 2020 14:24:52 -0400 Subject: Remove policy/engine sonar report policy/engine repo is being deprecated. Its code coverage reports will not be needed and the job will be removed so as not to confuse the ONAP release process. It met 55% line coverage for Frankfurt and will not progress past that release. Issue-ID: POLICY-2674 Change-Id: Ic4b0e38f52ac9e61ef4c6f9a220e2f4469f0e17e Signed-off-by: Pamela Dragosh --- jjb/policy/policy-engine.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml index 64ba91e94..b1df14f7a 100644 --- a/jjb/policy/policy-engine.yaml +++ b/jjb/policy/policy-engine.yaml @@ -31,25 +31,6 @@ archive-artifacts: '' build-node: 'ubuntu1804-docker-8c-8g' -- project: - name: policy-engine-sonar - 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-builder-4c-4g - project: 'policy/engine' - project-name: 'policy-engine' - branch: 'frankfurt' - mvn-settings: 'policy-engine-settings' - java-version: openjdk11 - mvn-goals: 'clean install' - mvn-opts: '-Xmx2048m -XX:MaxPermSize=512m' - - project: name: policy-engine-clm jobs: -- cgit 1.2.3-korg