X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-periodic-engine.yaml;h=6fbdd92c361e5afbc7b68805521ea6cb083d0463;hb=refs%2Fchanges%2F51%2F1151%2F7;hp=5cf2eace88c70d1497d6b5aac8096ee70e2cfe99;hpb=d48647dcfa5724ec1ebdb4b883580e3f3ad48215;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-periodic-engine.yaml b/jjb/cloud-infra/cloud-infra-periodic-engine.yaml index 5cf2eace..6fbdd92c 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-engine.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-engine.yaml @@ -62,8 +62,12 @@ type: - virtual: slave-label: 'vpod-deploy-city' + yardstick-dispatcher: 'file' + build-trigger: 'H H/3 * * *' - baremetal: slave-label: 'baremetal-deploy' + yardstick-dispatcher: 'influxdb' + build-trigger: '@daily' phase: - deploy: @@ -119,6 +123,10 @@ name: DIB_OS_ELEMENT default: '{dib_os_element}' description: 'DIB OS Element to use for building the deployment image to provision target nodes with' + - string: + name: INSTALLER_TYPE + default: 'kubespray' + description: 'Installer to use for deploying the scenario' - string: name: DEPLOY_SCENARIO default: 'k8-calico-nofeature' @@ -127,6 +135,10 @@ name: TEST_SUITE default: 'smoke' description: 'Test suite to run' + - string: + name: YARDSTICK_DISPATCHER + default: '{yardstick-dispatcher}' + description: 'Dispatcher to use for Yardstick reporting' - string: name: CLEANUP default: 'true' @@ -160,7 +172,7 @@ refspec: '' triggers: - - timed: 'H H/3 * * *' + - timed: '{build-trigger}' builders: - multijob: @@ -176,6 +188,7 @@ IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT DIB_OS_RELEASE=$DIB_OS_RELEASE DIB_OS_ELEMENT=$DIB_OS_ELEMENT + INSTALLER_TYPE=$INSTALLER_TYPE DEPLOY_SCENARIO=$DEPLOY_SCENARIO CLEANUP=$CLEANUP git-revision: true @@ -191,8 +204,10 @@ predefined-parameters: | DISTRIBUTION=$DISTRIBUTION DEPLOY_TYPE=$DEPLOY_TYPE + INSTALLER_TYPE=$INSTALLER_TYPE DEPLOY_SCENARIO=$DEPLOY_SCENARIO TEST_SUITE=$TEST_SUITE + YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER CLEANUP=$CLEANUP node-parameters: true kill-phase-on: NEVER @@ -206,8 +221,10 @@ predefined-parameters: | DISTRIBUTION=$DISTRIBUTION DEPLOY_TYPE=$DEPLOY_TYPE + INSTALLER_TYPE=$INSTALLER_TYPE DEPLOY_SCENARIO=$DEPLOY_SCENARIO TEST_SUITE=$TEST_SUITE + YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER CLEANUP=$CLEANUP node-parameters: true kill-phase-on: NEVER @@ -255,6 +272,10 @@ name: ENGINE_ANSIBLE_PARAMS default: ' -v ' description: 'Extra paramters that can be added when run the play books.' + - string: + name: INSTALLER_TYPE + default: 'kubespray' + description: 'Installer to use for deploying the scenario' - string: name: DEPLOY_SCENARIO default: 'k8-calico-nofeature' @@ -271,6 +292,10 @@ name: TEST_REPO_URL default: 'https://gerrit.nordix.org/infra/test.git' description: 'URL to Nordix Cloud Infra test repository' + - string: + name: YARDSTICK_DISPATCHER + default: 'file' + description: 'Dispatcher to use for Yardstick reporting' - string: name: CLEANUP default: 'false'