Spread out the scheduling of Daily jobs
[ci-management.git] / jjb / policy / policy-common.yaml
index fb76042..4e1aa98 100644 (file)
@@ -3,10 +3,11 @@
     name: policy-common
     project-name: 'policy-common'
     jobs:
-      - gerrit-maven-clm:
+      - gerrit-maven-clm
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
-      - '{project-name}-{stream}-release-version-java-daily'
+      - '{project-name}-{stream}-release-version-java-daily':
+          disabled: true
 
     project: 'policy/common'
     stream:
     mvn-settings: 'policy-common-settings'
     files: '**'
     archive-artifacts: ''
-    build-node: ubuntu1604-basebuild-4c-4g
+    build-node: ubuntu1604-builder-4c-4g
+
 - project:
     name: policy-common-sonar
     jobs:
       - gerrit-maven-sonar
-    cron: 'H 11 * * *'
-    build-node: ubuntu1604-basebuild-4c-4g
+    cron: '@daily'
+    build-node: ubuntu1604-builder-4c-4g
     project: 'policy/common'
     project-name: 'policy-common'
     branch: 'master'