Merge "Manage views [l*-p*] in JJB"
[ci-management.git] / jjb / holmes / holmes-common.yaml
index 7a6f273..2f4b51f 100644 (file)
@@ -1,9 +1,14 @@
 ---
+- project:
+    name: holmes-project-view
+    project-name: holmes
+    views:
+      - project-view
+
 - project:
     name: holmes-common
     project-name: 'holmes-common'
     jobs:
-      - '{project-name}-{stream}-clm'
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
       - '{project-name}-{stream}-release-version-java-daily'
     mvn-settings: 'holmes-common-settings'
     files: '**'
     archive-artifacts: ''
-    build-node: ubuntu1604-basebuild-4c-4g
+    build-node: ubuntu1604-builder-4c-4g
+
+- project:
+    name: holmes-common-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: '@daily'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'holmes/common'
+    project-name: 'holmes-common'
+    branch: 'master'
+    mvn-settings: 'holmes-common-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+    name: holmes-common-clm
+    jobs:
+      - gerrit-maven-clm
+    project: holmes/common
+    project-name: 'holmes-common'
+    branch: 'master'
+    mvn-settings: 'holmes-common-settings'