Merge "Change default RPM repo, CentOS CBS to ODL Nexus"
[releng/builder.git] / jjb / releng-jobs.yaml
index d33ad42cb3f113236b22e22bc7073cfc2f1a4fd9..ebfaf09400675c99a63ae9517e58c6340b1f7c23 100644 (file)
@@ -4,8 +4,12 @@
     jobs:
       - '{project-name}-ci-jobs'
       - builder-check-poms
-      - builder-openstack-cron
       - gerrit-tox-verify
+      # OpenStack Related
+      - 'builder-verify-image-protection'
+      - 'builder-cleanup-old-images'
+      - 'builder-delete-stale-nodes'
+      - 'builder-delete-stale-stacks'
       # Automation for docs and jobs
       - 'builder-update-image-list'
 
 
 
 - job-template:
-    name: 'builder-openstack-cron'
-    # Job that runs every 30 mins to perform regular openstack cleanup
+    name: 'builder-verify-image-protection'
+    project-type: freestyle
+    node: centos7-java-builder-1c-4g
+
+    properties:
+      - opendaylight-infra-properties:
+          build-days-to-keep: 7
+
+    parameters:
+      - opendaylight-infra-parameters:
+          os-cloud: '{os-cloud}'
+          project: '{project}'
+          branch: '{branch}'
+          refspec: 'refs/heads/{branch}'
+          artifacts: '{archive-artifacts}'
+
+    scm:
+      - git-scm:
+          branch: '{branch}'
+
+    wrappers:
+      - opendaylight-infra-wrappers:
+          build-timeout: '{build-timeout}'
+      # Listed after to override openstack-infra-wrappers clouds.yaml definition
+      - config-file-provider:
+          files:
+            - file-id: clouds-yaml
+              target: '$HOME/.config/openstack/clouds.yaml'
+
+    triggers:
+      - timed: '@daily'
 
+    builders:
+      - shell: !include-raw-escape:
+          - opendaylight-infra-check-image-protection.sh
+
+    publishers:
+      - email-notification:
+          email-recipients: '{email-recipients}'
+          email-prefix: '[releng]'
+      - lf-infra-publish
+
+
+- job-template:
+    name: 'builder-cleanup-old-images'
     project-type: freestyle
     node: centos7-java-builder-1c-4g
 
       - git-scm:
           branch: '{branch}'
 
+    wrappers:
+      - opendaylight-infra-wrappers:
+          build-timeout: '{build-timeout}'
+      # Listed after to override openstack-infra-wrappers clouds.yaml definition
+      - config-file-provider:
+          files:
+            - file-id: clouds-yaml
+              target: '$HOME/.config/openstack/clouds.yaml'
+
+    triggers:
+      # Cleanup images on a weekly schedule
+      - timed: '@weekly'
+
+    builders:
+      - shell: !include-raw-escape:
+          - global-jjb/shell/lftools-install.sh
+          - opendaylight-infra-cleanup-old-images.sh
+
+    publishers:
+      - email-notification:
+          email-recipients: '{email-recipients}'
+          email-prefix: '[releng]'
+      - lf-infra-publish
+
+
+- job-template:
+    name: 'builder-delete-stale-nodes'
+    project-type: freestyle
+    node: centos7-java-builder-1c-4g
+
+    properties:
+      - opendaylight-infra-properties:
+          build-days-to-keep: 7
+
+    parameters:
+      - opendaylight-infra-parameters:
+          os-cloud: '{os-cloud}'
+          project: '{project}'
+          branch: '{branch}'
+          refspec: 'refs/heads/{branch}'
+          artifacts: '{archive-artifacts}'
+
     wrappers:
       - opendaylight-infra-wrappers:
           build-timeout: '{build-timeout}'
 
     triggers:
+      # Attempt to clear up stacks every 30 mins in case we have orphaned stacks
       - timed: '0,30 * * * *'
 
     builders:
       - shell: !include-raw-escape:
           - global-jjb/shell/lftools-install.sh
-          # Servers
-          - opendaylight-infra-cleanup-stale-stacks.sh
           - opendaylight-infra-cleanup-stale-nodes.sh
-          # Images
-          - opendaylight-infra-check-image-protection.sh
-          - opendaylight-infra-cleanup-old-images.sh
+
+    publishers:
+      - email-notification:
+          email-recipients: '{email-recipients}'
+          email-prefix: '[releng]'
+      - lf-infra-publish
+
+
+- job-template:
+    name: 'builder-delete-stale-stacks'
+    project-type: freestyle
+    node: centos7-java-builder-1c-4g
+
+    properties:
+      - opendaylight-infra-properties:
+          build-days-to-keep: 7
+
+    parameters:
+      - opendaylight-infra-parameters:
+          os-cloud: '{os-cloud}'
+          project: '{project}'
+          branch: '{branch}'
+          refspec: 'refs/heads/{branch}'
+          artifacts: '{archive-artifacts}'
+
+    wrappers:
+      - opendaylight-infra-wrappers:
+          build-timeout: '{build-timeout}'
+
+    triggers:
+      # Attempt to clear up stacks every 30 mins in case we have orphaned stacks
+      - timed: '0,30 * * * *'
+
+    builders:
+      - shell: !include-raw-escape: opendaylight-infra-cleanup-stale-stacks.sh
 
     publishers:
       - email-notification: