X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-periodic-openstack.yml;h=e0cb0dd9af9201710918e84cdbc282ad4f9a2b12;hb=80ba4e8007d26f5bd719b3c56ee521be3d790666;hp=93fe54d321ff9cd0f06044b2d14f1875ce6513b2;hpb=b54bf457571a408945028361628daac92c1763ca;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-periodic-openstack.yml b/jjb/cloud-infra/cloud-infra-periodic-openstack.yml index 93fe54d3..e0cb0dd9 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-openstack.yml +++ b/jjb/cloud-infra/cloud-infra-periodic-openstack.yml @@ -50,7 +50,7 @@ engine-branch: 'master' openstack-branch: '{stream}' - 'stein': - disabled: 'false' + disabled: 'true' engine-branch: 'master' openstack-branch: '{stream}' - 'rocky': @@ -59,22 +59,30 @@ openstack-branch: '{stream}' distro: - - ubuntu1804: - disabled: 'false' + - ubuntu1804 deploy-scenario: - os-nosdn-nofeature - ci-loop: - - daily - 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' + ci-loop: daily + trigger-on: '@daily' + - virtual: + pod-name: est-virtual + slave-label: vpod + provisioner-type: bifrost + installer-type: kolla + test-suite: healthcheck + yardstick-dispatcher: 'influxdb' + ci-loop: periodic + trigger-on: '0 */8 * * *' phase: - deploy: @@ -108,6 +116,10 @@ name: SLAVE_LABEL default: '{slave-label}' description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use' + - string: + name: CI_LOOP + default: '{ci-loop}' + description: 'Type of the deployment' - string: name: DISTRO default: '{distro}' @@ -138,25 +150,25 @@ description: 'Scenario to deploy and test' - string: name: TEST_SUITE - default: 'smoke' + default: '{test-suite}' description: 'Test suite to run' - string: name: YARDSTICK_DISPATCHER default: '{yardstick-dispatcher}' description: 'Dispatcher to use for Yardstick reporting' - - string: - name: CLEANUP - default: 'true' - description: 'Cleanup leftovers of the previous run' properties: - logrotate - build-blocker: use-build-blocker: true blocking-jobs: + - 'cloud-infra-verify-engine-.*' + - 'cloud-infra-verify-scenario-.*' - 'cloud-infra-periodic-engine-.*' + - 'onap-.*' - 'k8-.*' - 'os-.*' + - 'nolabs-.*' block-level: 'NODE' - throttle: max-per-node: 1 @@ -177,7 +189,7 @@ clean_before: false triggers: - - timed: '@daily' + - timed: '{trigger-on}' builders: - description-setter: @@ -189,6 +201,7 @@ - name: 'openstack-deploy-{distro}-{installer-type}-{type}-{ci-loop}-{stream}' current-parameters: true predefined-parameters: | + CI_LOOP=$CI_LOOP DISTRO=$DISTRO DEPLOY_TYPE=$DEPLOY_TYPE USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE @@ -196,7 +209,6 @@ PROVISIONER_TYPE=$PROVISIONER_TYPE INSTALLER_TYPE=$INSTALLER_TYPE DEPLOY_SCENARIO=$DEPLOY_SCENARIO - CLEANUP=$CLEANUP git-revision: true node-parameters: true kill-phase-on: FAILURE @@ -208,6 +220,7 @@ - name: 'openstack-functest-{distro}-{installer-type}-{type}-{ci-loop}-{stream}' current-parameters: true predefined-parameters: | + CI_LOOP=$CI_LOOP DISTRO=$DISTRO DEPLOY_TYPE=$DEPLOY_TYPE OPENSTACK_VERSION=$OPENSTACK_VERSION @@ -216,7 +229,6 @@ DEPLOY_SCENARIO=$DEPLOY_SCENARIO TEST_SUITE=$TEST_SUITE YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER - CLEANUP=$CLEANUP node-parameters: true kill-phase-on: NEVER abort-all-job: false @@ -227,6 +239,7 @@ - name: 'openstack-yardstick-{distro}-{installer-type}-{type}-{ci-loop}-{stream}' current-parameters: true predefined-parameters: | + CI_LOOP=$CI_LOOP DISTRO=$DISTRO DEPLOY_TYPE=$DEPLOY_TYPE OPENSTACK_VERSION=$OPENSTACK_VERSION @@ -235,7 +248,6 @@ DEPLOY_SCENARIO=$DEPLOY_SCENARIO TEST_SUITE=$TEST_SUITE YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER - CLEANUP=$CLEANUP node-parameters: true kill-phase-on: NEVER abort-all-job: false @@ -246,6 +258,7 @@ - name: 'openstack-promote-{distro}-{installer-type}-{type}-{ci-loop}-{stream}' current-parameters: true predefined-parameters: | + CI_LOOP=$CI_LOOP DISTRO=$DISTRO DEPLOY_TYPE=$DEPLOY_TYPE OPENSTACK_VERSION=$OPENSTACK_VERSION @@ -254,7 +267,6 @@ DEPLOY_SCENARIO=$DEPLOY_SCENARIO TEST_SUITE=$TEST_SUITE YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER - CLEANUP=$CLEANUP node-parameters: true kill-phase-on: FAILURE abort-all-job: true @@ -277,6 +289,10 @@ name: DISTRO default: 'ubuntu1804' description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.' + - string: + name: CI_LOOP + default: '{ci-loop}' + description: 'Type of the deployment' - string: name: DEPLOY_TYPE default: 'virtual' @@ -321,9 +337,6 @@ name: YARDSTICK_DISPATCHER default: 'file' description: 'Dispatcher to use for Yardstick reporting' - - string: - name: CLEANUP - default: 'false' wrappers: - build-timeout: