cloud-infra: Setup periodic virtual jobs for OpenStack 91/3391/2
authorFatih Degirmenci <fdegir@gmail.com>
Tue, 14 Jan 2020 06:54:10 +0000 (07:54 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Tue, 14 Jan 2020 06:57:28 +0000 (07:57 +0100)
Change-Id: I5538fb4ce0d9bc562f6823db02bc8e4413aaf201

jjb/cloud-infra/cloud-infra-periodic-openstack.yml

index 93fe54d321ff9cd0f06044b2d14f1875ce6513b2..d80c36efee11214f6c66460f678f4b9f6b1be26b 100644 (file)
@@ -59,8 +59,7 @@
           openstack-branch: '{stream}'
 
     distro:
-      - ubuntu1804:
-          disabled: 'false'
+      - ubuntu1804
 
     deploy-scenario:
       - os-nosdn-nofeature
     type:
       - baremetal:
           pod-name: est-baremetal
+          slave-label: baremetal-deploy
           provisioner-type: bifrost
           installer-type: kolla
-          slave-label: baremetal-deploy
+          test-suite: smoke
           yardstick-dispatcher: 'influxdb'
+          trigger-on: '@daily'
+      - virtual:
+          pod-name: est-virtual
+          slave-label: vpod
+          provisioner-type: bifrost
+          installer-type: kolla
+          test-suite: healthcheck
+          yardstick-dispatcher: 'influxdb'
+          trigger-on: '0 */8 * * *'
 
     phase:
       - deploy:
           description: 'Scenario to deploy and test'
       - string:
           name: TEST_SUITE
-          default: 'smoke'
+          default: '{test-suite}'
           description: 'Test suite to run'
       - string:
           name: YARDSTICK_DISPATCHER
           clean_before: false
 
     triggers:
-      - timed: '@daily'
+      - timed: '{trigger-on}'
 
     builders:
       - description-setter: