Remove CLM jobs
[ci-management.git] / jjb / vvp / vvp-postgresql.yaml
index 901c6d7..3f4dcfd 100644 (file)
           path: '.'
           pattern: '**'
     mvn-settings: 'vvp-postgresql-settings'
-    build-node: ubuntu1604-basebuild-4c-4g
+    build-node: ubuntu1604-docker-8c-8g
     jobs:
-      - gerrit-python-xc-clm
       - '{project-name}-{stream}-{subproject}-verify-python'
-      - '{project-name}-{stream}-docker-java-daily'
+      - '{project-name}-{stream}-docker-java-daily':
+          mvn-params: '-Dmaven.test.skip=true'
     docker-pom: 'pom.xml'
     mvn-profile: 'default'
+
+- project:
+    name: vvp-postgresql-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-docker-8c-8g
+    project: 'vvp/postgresql'
+    project-name: 'vvp-postgresql'
+    branch: 'master'
+    mvn-settings: 'vvp-postgresql-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'