diff options
author | dglFromAtt <dgl@research.att.com> | 2018-07-25 11:12:01 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-07-25 11:12:11 -0400 |
commit | 510885854e6a0a2257c3197425ee0415932face1 (patch) | |
tree | 75c8e6d8babb491813e240a0963c7072fc451f6c /jjb/dmaap | |
parent | fd0089c48abd8f24b0d3788563e5e731749e8ef2 (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
Diffstat (limited to 'jjb/dmaap')
-rw-r--r-- | jjb/dmaap/dmaap-buscontroller.yaml | 15 |
1 files changed, 3 insertions, 12 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. |