Enable Coverity Scan daily check for "portal" component 33/93733/1
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>
Sat, 17 Aug 2019 15:44:51 +0000 (17:44 +0200)
committerArtem Naluzhnyy <A.Naluzhnyy@samsung.com>
Sat, 17 Aug 2019 15:44:51 +0000 (17:44 +0200)
Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I7bb2d45c810d58673b02d2b7db9c96def0793fc0

jjb/portal/portal.yaml

index 95aca52..2073e0a 100644 (file)
     mvn-goals: 'clean install'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
 
+- project:
+    name: 'portal-coverity'
+    jobs:
+      - onap-gerrit-maven-coverity
+    cron: '@daily'
+    build-node: 'ubuntu1604-builder-4c-4g'
+    project: 'portal'
+    project-name: 'portal'
+    branch: 'master'
+    mvn-settings: 'portal-settings'
+    # FIXME: it does not build without building tests at the moment
+    #mvn-params: '-Dmaven.test.skip=true'
+    mvn-params: '-DskipTests'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+    coverity-project-name: 'onap-portal'
+    coverity-token: 'ViM5eI953g1mE2vb8MiHtA'
+    coverity-user-email: 'A.Naluzhnyy@samsung.com'
+    coverity-search-paths: >
+      ecomp-portal-FE-os/client
+      ecomp-portal-FE-os/mock
+      ecomp-portal-FE-os/server
+      ecomp-portal-widget-ms
+      ecomp-portal-FE-common/client/app
+    coverity-search-exclude-regexs: >
+      /cov-int/
+      /cov-analysis-
+      ^/usr/
+      ^/home/
+      /node_modules/
+      /bower_components/
+      /bower_components_external/
+      /src/test/
+      /__test__/
+
 - project:
     name: portal-clm
     jobs: