ONAP: Add ci-management onap repository
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-periodic-engine.yaml
index 4e0ced5297d9f2c6cceac36e3766a7413095ebb4..a5d3d1ad5c132cd8de11a031f5bea8c75e670c84 100644 (file)
     stream:
       - 'master':
           branch: '{stream}'
-          disabled: 'false'
 
     distro:
-      - ubuntu1804:
-          disabled: 'false'
-      - centos7:
-          disabled: 'true'
+      - ubuntu1804
+      - centos7
 
     type:
       - virtual:
           slave-label: 'vpod-deploy-city'
           yardstick-dispatcher: 'file'
           build-trigger: 'H H/3 * * *'
+          disabled: true
       - baremetal:
           slave-label: 'baremetal-deploy'
           yardstick-dispatcher: 'influxdb'
           build-trigger: '@daily'
+          disabled: true
 
     phase:
       - deploy:
           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
           branch: '{branch}'
           refspec: ''
+          wipe_workspace: true
+          clean_before: false
 
     triggers:
       - timed: '{build-trigger}'
           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
           branch: '{branch}'
           refspec: ''
+          wipe_workspace: true
+          clean_before: false
 
     builders:
       - 'cloud-infra-{phase}-macro'