summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorGildas Lanilis <gildas.lanilis@huawei.com>2018-02-27 16:14:43 -0800
committerGildas Lanilis <gildas.lanilis@huawei.com>2018-02-27 16:14:43 -0800
commit2dd40d9653449ff99ad683d2cce739c8f5b9dc86 (patch)
tree983c8bce09930135f7cd7c683aa556907d636ca8 /jjb
parent6b666a3dee427de1f0fab6e6a7c0f17aa2ccdb5f (diff)
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 <gildas.lanilis@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/oom/oom-registrator.yaml12
1 files changed, 0 insertions, 12 deletions
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'