From: Gildas Lanilis Date: Wed, 28 Feb 2018 00:14:43 +0000 (-0800) Subject: Remove Golang from Sonar X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F83%2F33283%2F1;p=ci-management.git Remove Golang from Sonar Sonar does not support Golang, so we remove its visibility from Sonar Change-Id: I8e312f9efcfc6108a7a1f66744b788ce2d96be9e Issue-ID: CIMAN-65 Signed-off-by: Gildas Lanilis --- diff --git a/jjb/oom/oom-registrator.yaml b/jjb/oom/oom-registrator.yaml index 8a39dd4d3..befce135d 100644 --- a/jjb/oom/oom-registrator.yaml +++ b/jjb/oom/oom-registrator.yaml @@ -20,15 +20,3 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g -- project: - name: oom-registrator-sonar - jobs: - - gerrit-maven-sonar - cron: 'H 11 * * *' - build-node: ubuntu1604-basebuild-4c-4g - project: 'oom/registrator' - project-name: 'oom-registrator' - branch: 'master' - mvn-settings: 'oom-registrator-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'