From da7ada67ac1e0ea0fda274e36f76cfa991ca8ade Mon Sep 17 00:00:00 2001 From: afenner Date: Wed, 11 Sep 2019 15:56:23 +0100 Subject: [PATCH] Add healthdist testcase Change-Id: If306e46b49827e8b0d4cd0f9209fd74275e8cd02 Signed-off-by: afenner --- .../cloud-infra-periodic-onap.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml index e04d9752c..3afc137e6 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml @@ -88,6 +88,9 @@ - onap-healthcheck-full: build-timeout: 30 test-type: onap-healthcheck + - onap-healthcheck-healthdist: + build-timeout: 30 + test-type: onap-healthcheck jobs: - '{deploy-scenario}-{onap-flavor}-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}' @@ -342,6 +345,30 @@ node-parameters: true kill-phase-on: NEVER abort-all-job: false + - name: 'onap-healthcheck-healthdist-{distro}-{installer-type}-{type}-{ci-loop}-{onap-branch}' + current-parameters: false + predefined-parameters: | + SLAVE_LABEL=$SLAVE_LABEL + DISTRO=$DISTRO + PROVISIONER_TYPE=$PROVISIONER_TYPE + INSTALLER_TYPE=$INSTALLER_TYPE + DEPLOY_SCENARIO=$DEPLOY_SCENARIO + DEPLOY_TYPE=$DEPLOY_TYPE + ONAP_VERSION=$ONAP_VERSION + ONAP_FLAVOR=healthdist + TEST_TYPE=onap-healthcheck + POD_NAME=$POD_NAME + STACK_NAME=$STACK_NAME + ENGINE_VERSION=$ENGINE_VERSION + ENGINE_REFSPEC=$ENGINE_REFSPEC + DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION + DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC + XTESTING_REPO_URL=$XTESTING_REPO_URL + ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS + CLEANUP=$CLEANUP + node-parameters: true + kill-phase-on: NEVER + abort-all-job: false - multijob: name: Promote ONAP (not activated) condition: ALWAYS -- 2.25.1