From 12682a33c7850500840e90b2b45f6a8c208f6551 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 14 Jan 2020 07:54:10 +0100 Subject: [PATCH] cloud-infra: Setup periodic virtual jobs for OpenStack Change-Id: I5538fb4ce0d9bc562f6823db02bc8e4413aaf201 --- .../cloud-infra-periodic-openstack.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-periodic-openstack.yml b/jjb/cloud-infra/cloud-infra-periodic-openstack.yml index 93fe54d3..d80c36ef 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: -- 2.25.1