summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-07-25 11:12:01 -0400
committerdglFromAtt <dgl@research.att.com>2018-07-25 11:12:11 -0400
commit510885854e6a0a2257c3197425ee0415932face1 (patch)
tree75c8e6d8babb491813e240a0963c7072fc451f6c
parentfd0089c48abd8f24b0d3788563e5e731749e8ef2 (diff)
Remove repos from Sonar report
ui/dmaapbc is a GUI that will be provided as a stretch goal. Until then, remove from Sonar report to avoid mgt escalations. dmaap/buscontroller is a repo that only builds a docker container, so there is no useful Sonar results. Remove from Sonar report to avoid mgt escalation. Change-Id: I8f41e56c467c9d77827b8e54257eb75c17af213f Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: CIMAN-180
-rw-r--r--jjb/dmaap/dmaap-buscontroller.yaml15
-rw-r--r--jjb/ui/ui-dmaapbc.yaml12
2 files changed, 3 insertions, 24 deletions
diff --git a/jjb/dmaap/dmaap-buscontroller.yaml b/jjb/dmaap/dmaap-buscontroller.yaml
index f614e632d..f4602dafe 100644
--- a/jjb/dmaap/dmaap-buscontroller.yaml
+++ b/jjb/dmaap/dmaap-buscontroller.yaml
@@ -25,15 +25,6 @@
files: '**'
archive-artifacts: ''
-- project:
- name: dmaap-buscontroller-sonar
- jobs:
- - gerrit-maven-sonar
- cron: 'H 11 * * *'
- build-node: ubuntu1604-builder-4c-4g
- project: 'dmaap/buscontroller'
- project-name: 'dmaap-buscontroller'
- branch: 'master'
- mvn-settings: 'dmaap-buscontroller-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+# removed sonar job from this template because this repo only builds a docker container
+# and the 0% coverage report from Sonar was causing repeated escalations.
diff --git a/jjb/ui/ui-dmaapbc.yaml b/jjb/ui/ui-dmaapbc.yaml
index 0b7028728..47742425b 100644
--- a/jjb/ui/ui-dmaapbc.yaml
+++ b/jjb/ui/ui-dmaapbc.yaml
@@ -19,15 +19,3 @@
archive-artifacts: ''
build-node: ubuntu1604-builder-4c-4g
-- project:
- name: ui-dmaapbc-sonar
- jobs:
- - gerrit-maven-sonar
- cron: 'H 11 * * *'
- build-node: ubuntu1604-builder-4c-4g
- project: 'ui/dmaapbc'
- project-name: 'ui-dmaapbc'
- branch: 'master'
- mvn-settings: 'ui-dmaapbc-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'