From: Fatih Degirmenci Date: Tue, 14 Jan 2020 06:54:10 +0000 (+0100) Subject: cloud-infra: Setup periodic virtual jobs for OpenStack X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=12682a33c7850500840e90b2b45f6a8c208f6551;p=infra%2Fcicd.git cloud-infra: Setup periodic virtual jobs for OpenStack Change-Id: I5538fb4ce0d9bc562f6823db02bc8e4413aaf201 --- diff --git a/jjb/cloud-infra/cloud-infra-periodic-openstack.yml b/jjb/cloud-infra/cloud-infra-periodic-openstack.yml index 93fe54d32..d80c36efe 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-openstack.yml +++ b/jjb/cloud-infra/cloud-infra-periodic-openstack.yml @@ -59,8 +59,7 @@ openstack-branch: '{stream}' distro: - - ubuntu1804: - disabled: 'false' + - ubuntu1804 deploy-scenario: - os-nosdn-nofeature @@ -71,10 +70,20 @@ 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: @@ -138,7 +147,7 @@ description: 'Scenario to deploy and test' - string: name: TEST_SUITE - default: 'smoke' + default: '{test-suite}' description: 'Test suite to run' - string: name: YARDSTICK_DISPATCHER @@ -177,7 +186,7 @@ clean_before: false triggers: - - timed: '@daily' + - timed: '{trigger-on}' builders: - description-setter: