summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-07-28 14:24:52 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-07-28 14:24:57 -0400
commit6168bd236d676394133d4d0f17811ae72092b36d (patch)
tree0dbe4819455f5bb8b574dad8c42d947499e43103
parent15059ae2ece80d939719fc9367e7f1d5537bfc9e (diff)
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 <pdragosh@research.att.com>
-rw-r--r--jjb/policy/policy-engine.yaml19
1 files changed, 0 insertions, 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
@@ -32,25 +32,6 @@
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:
- gerrit-maven-clm: