Spread out the scheduling of Daily jobs
[ci-management.git] / jjb / so / so.yaml
index 99db60f..5c55a6e 100644 (file)
@@ -5,17 +5,9 @@
     project-name: 'so'
     jobs:
       - gerrit-maven-clm
-      - '{project-name}-{stream}-verify-profile-java':
-          mvn-profile: 'with-integration-tests'
-          build-node: 'ubuntu1604-docker-8c-8g'
-          archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
-      - '{project-name}-{stream}-merge-profile-java':
-          mvn-profile: 'with-integration-tests'
-          build-node: 'ubuntu1604-docker-8c-8g'
-          archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
-      - '{project-name}-{stream}-release-version-profile-java-daily':
-          mvn-profile: 'with-integration-tests'
-          build-node: 'ubuntu1604-docker-8c-8g'
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-version-java-daily'
       - '{project-name}-{stream}-docker-version-java-daily':
           docker-pom: 'pom.xml'
           mvn-profile: 'docker'
     files: '**'
     archive-artifacts: ''
     build-node: ubuntu1604-builder-4c-4g
+
 - project:
     name: so-sonar
     jobs:
       - gerrit-maven-sonar
-    cron: 'H 11 * * *'
+    cron: '@daily'
     build-node: ubuntu1604-builder-4c-4g
     project: 'so'
     project-name: 'so'